java - Multiple user authentication for TJWS for CouchBase Lite Listener -
I am using this implementation to provide REST for an internal Caucibus Lite example on the Android device.
https://github.com/couchbaselabs/couchbase-lite-android-liteserv Unfortunately, it does not support authentication of any form is. I need to be able to specify the user / password pair that can connect to the built-in TJWS web server that provides comfort through HTTP.
I have a struggle to know how it can be done. It seems that TJWS supports HTTP Basic Proof, but I can not find more information on creating a class that can return success / failure for a given user / pass pair.
Any help would be greatly appreciated!
Basic Aid support currently works:
< / Div>
Comments
Post a Comment