Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit a1a35a5

Browse files
committed
docs: CIP-2: Auth Providers
- Transposed supported auth methods table for readability. Refs: chroma-core/chroma#986
1 parent 4c65791 commit a1a35a5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/usage-guide.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -718,11 +718,15 @@ await collection.delete({
718718

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

721-
Supported authentication methods are:
722-
723-
| Authentication Method | Description | Status | Server-Side Support | Client/Python | Client/JS |
724-
|-----------------------|---------------------------------------------------------------------------------------------------------------------------|---------|---------------------|---------------|-----------|
725-
| Basic (Pre-emptive) | [RFC 7617](https://www.rfc-editor.org/rfc/rfc7617) Basic Auth with `user:password` base64-encoded `Authorization` header. | `Alpha` |`Alpha` |||
721+
Supported authentication methods:
722+
723+
| Authentication Method | Basic Auth (Pre-emptive) |
724+
|-----------------------|---------------------------------------------------------------------------------------------------------------------------|
725+
| Description | [RFC 7617](https://www.rfc-editor.org/rfc/rfc7617) Basic Auth with `user:password` base64-encoded `Authorization` header. |
726+
| Status | `Alpha` |
727+
| Server-Side Support |`Alpha` |
728+
| Client/Python ||
729+
| Client/JS ||
726730

727731
### Basic Authentication
728732

0 commit comments

Comments
 (0)