chromadb-java-client icon indicating copy to clipboard operation
chromadb-java-client copied to clipboard

Auth support

Open tazarov opened this issue 10 months ago • 1 comments

About

As a user, I want the Java client to support auth.

Acceptance Criteria

  • [ ] Auth abstractions
  • [ ] Basic Auth support
  • [ ] Static Token support

tazarov avatar Sep 06 '23 10:09 tazarov

Would love to get more info on these

  1. Auth abstractions - are you talking about creating auth interfaces
  2. Basic Auth support - while creating the client , the ability to specify username and password ans send this as base64 authorization header ?
  3. Static token support - ability to set token just like username and password and then set it as bearer authorization header ?

aravindcz avatar Sep 07 '23 10:09 aravindcz