big-r81 commented on issue #2873:
URL: https://github.com/apache/couchdb/issues/2873#issuecomment-1616819266

   CouchDB sends a cookie if you request a session. To get a session, you need 
to provide a username/password. If you are authenticated successfully, you will 
get this session cookie (httponly), which can be used for further requests.
   
   If you have an JWT token, you can send this with a header. If this token is 
correct, you get access to the system. You have to send this token with every 
request.
   
   If you have a username/password you don’t need a JWT token for requests or 
vice-versa. 


-- 
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]

Reply via email to