Skip to content

Commit

Permalink
docs: CIP-2: Auth Providers
Browse files Browse the repository at this point in the history
- Transposed supported auth methods table for readability.

Refs: chroma-core/chroma#986
  • Loading branch information
tazarov committed Aug 23, 2023
1 parent 4c65791 commit a1a35a5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,11 +718,15 @@ await collection.delete({

You can configure Chroma to use authentication when in server/client mode only.

Supported authentication methods are:

| Authentication Method | Description | Status | Server-Side Support | Client/Python | Client/JS |
|-----------------------|---------------------------------------------------------------------------------------------------------------------------|---------|---------------------|---------------|-----------|
| Basic (Pre-emptive) | [RFC 7617](https://www.rfc-editor.org/rfc/rfc7617) Basic Auth with `user:password` base64-encoded `Authorization` header. | `Alpha` |`Alpha` |||
Supported authentication methods:

| Authentication Method | Basic Auth (Pre-emptive) |
|-----------------------|---------------------------------------------------------------------------------------------------------------------------|
| Description | [RFC 7617](https://www.rfc-editor.org/rfc/rfc7617) Basic Auth with `user:password` base64-encoded `Authorization` header. |
| Status | `Alpha` |
| Server-Side Support |`Alpha` |
| Client/Python ||
| Client/JS ||

### Basic Authentication

Expand Down

0 comments on commit a1a35a5

Please sign in to comment.