hyperledger / hyperledger/fabric
Enable better authentication mechanism for CouchDB
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
Currently, Peer uses the username and password authentication for the CouchDB authentication.
We should be looking at improving the authentication mechanism.
CouchDB supports the following types of authentication.
- Basic
- Cookie
- Proxy
- JWT
https://docs.couchdb.org/en/3.2.0/api/server/authn.html
We should be looking for enhancing the authentication by having other mechanism apart from Basic.
Contributor guide
Assessment
This issue has not been assessed yet.