You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/07/19 11:34:29 UTC

[GitHub] [couchdb] big-r81 commented on issue #4119: Make #4094 an opt-in config until we can swap it to opt-out in the next major release

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

   Can we do for proxy auth something like that:
   
   1. Calc TokenSHA256
   2. Test X-Auth-CouchDB-Token == TokenSHA256
   2.1 True -> continue
   2.2 False -> Calc Token SHA1
     2.2.1 True -> continue
     2.2.2 False -> Error


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org