chromadb-java-client
chromadb-java-client copied to clipboard
Auth support
About
As a user, I want the Java client to support auth.
Acceptance Criteria
- [ ] Auth abstractions
- [ ] Basic Auth support
- [ ] Static Token support
Would love to get more info on these
- Auth abstractions - are you talking about creating auth interfaces
- Basic Auth support - while creating the client , the ability to specify username and password ans send this as base64 authorization header ?
- Static token support - ability to set token just like username and password and then set it as bearer authorization header ?