On Mar 6, 2014, at 9:58 AM, Alan McKean <[email protected]> wrote:

> After getting the incoming request in the Node.js proxy server, I want to 
> authenticate the user by comparing their login passKey with what I have on 
> record. Is there a way to configure the replication pull and push requests to 
> send that first-tier passKey in the body?

What's a passKey?

In general the answer is no, there's no way to customize the bodies of the 
requests sent by the replicator. (There are a bunch of different REST calls 
anyway, with different data schema.) You can add custom HTTP headers, though.

Maybe you can explain why you need a second layer of authentication on top of 
what CouchDB provides? And why the HTTP Basic, OAuth, Facebook and Persona 
mechanisms we already support aren't meeting your needs? ;-)

--Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/BF704BD2-6EBF-4862-AD1F-00385520A4A3%40couchbase.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to