Hi Allan,
I still don't understand exactly how to pass in an object with a name and
password property.
The exact syntax in jquery.couch api for login is:
$.couch.login(options)say my created account is: jdoe/foo.
do I do this? $.couch.login( {name:"jdoe", password:"foo"}); ???
And another question I have is...if that is how I login in couchapp using
jquery.couch . How do I protect my account login from
people doing view/Source?
Thank you so much for your help.
Best Regards,
D
On Sun, Nov 28, 2010 at 6:39 PM, Alan Plante <[email protected]> wrote:
> Take a look in jquery.couch.js, located in <couch install
> loc>/share/couchdb/www/script/jquery.couch.js (on Windows anyway, maybe
> somewhere else on Linux?). Another way to see what's going on in there is
> to set a breakpoint and step into it in Firebug (assuming you're on FFX;
> I'm
> sure there are similar tools on IE and Chrome). Login method takes an
> object with a name and password property, so {name:"jdoe", password:"foo"}.
> It also takes an optional success(response) and/or error(requestStatus,
> responseError, responseReason) function.
>
> Hope this helps,
>
> Al
>
> On Sun, Nov 28, 2010 at 4:26 PM, Duc Phan <[email protected]> wrote:
>
> > Hello all,
> >
> > Can someone please explain to me what do I need to pass in as the
> parameter
> > to log in from couchapp via jquery.
> >
> > For example I have an admin account name "John" "Doe".
> > What is the exact syntax to login and create a session in my couchApp.
> >
> > Thanks in advance.
> >
>
>
>
> --
> Alan Plante
> [email protected]
> h: 508-257-1020 | c: 508-272-4945 | f: 508-203-5172
>