py-couchdb icon indicating copy to clipboard operation
py-couchdb copied to clipboard

Customheaders auth

Open mtenrero opened this issue 1 year ago • 0 comments

Allow authenticate to couchDB Server using custom Authorization headers

Example:

server = pycouchdb.Server(BASE_SERVER, authmethod="customheader", authheader="Bearer <redacted>")

mtenrero avatar Oct 09 '22 02:10 mtenrero