ronnieroyston commented on issue #2873: URL: https://github.com/apache/couchdb/issues/2873#issuecomment-1616796887
Add support for authentication/authorization using cookies containing JWTs is the issue. We need Couch to look for JWT's in a cookie. How to securely store JWT's on your client includes using HTTPOnly cookies which makes it impossible to authenticate to Couch (unless you expose the JWT to client side scripting). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
