> On Sep 5, 2014, at 9:42 AM, Martin Palatnik <[email protected]> wrote: > > I know that Chris created this example, > https://github.com/couchbaselabs/StreamFavorites/blob/master/server.js > <https://github.com/couchbaselabs/StreamFavorites/blob/master/server.js> > where he does some not standard stuff to get Linkedin Login. > From what I understand he is creating a small server, which connects to the > admin and creates a session. That's what you are refering to Jens?
Yes. The SG docs describe how to do custom authentication by having the client app send credentials to a server-side component you write that then calls the SG admin API to generate a session cookie for the user. You can do any kind of auth you want that way. —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/0AFFD50A-AB1C-4788-867C-279CCB09F99D%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
