On Wednesday, December 17, 2014 6:38:30 AM UTC-8, Federico Hernandez wrote: > > > Is there any way to perform a custom authentication using phonegap and > coax? I haven't found any example, nor a document to do that. > > I think you are right we are missing a way to call setCookie. I've filed an issue here: https://github.com/couchbase/couchbase-lite-java-core/issues/360
For now the workaround would be to add a new method to our PhoneGap plugin that calls setCookie as documented here. <http://developer.couchbase.com/mobile/develop/references/couchbase-lite/couchbase-lite/replication/replication/index.html#void-setcookiestring-name-string-value-string-path-date-expirationdate-boolean-secure-boolean-httponly> Chris -- 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/1f7e5d69-d6bf-4bf4-89b8-56014b4f30d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
