wohali commented on issue #1153: Flexible replicator client auth + session support URL: https://github.com/apache/couchdb/issues/1153#issuecomment-363886731 Just re-read your proposal. OAuth 1.0 support was removed from CouchDB in 2.1.0, see https://github.com/apache/couchdb/commit/34b803a35531f305e05080c35c3e9af9e3b9dbf2 . The stubs for OAuth support were left in the replicator code in the hopes we'd move towards a future implementation of something better. I do know that @rnewson was looking at JWT-like token support, and there is of course the current proxy auth implementation that we recommend as a first choice for people who don't like the current options. Finally, be aware of this issue #844 in which there is at least one request for the ability to "revoke" a session token. By design this isn't possible right now. Just something to consider as we look at new implementation ideas.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
