-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Looking at the code it seems that only one pair of credentials can be set for the embedded HTTP server that provides CouchDB REST APIs on Android.
For our application we would need support for multiple pairs as it is already possible in the iOS version. Would be great if this could be added in a future version.
On iOS, setting multiple credentials is done in the CBLListener class via setPasswords and an NSDictionary argument:
https://github.com/couchbase/couchbase-lite-ios/blob/master/Listener/CBLListener.m