Skip to content

Commit

Permalink
Merge branch 'cheshire-cat-ai:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarza authored Nov 16, 2023
2 parents c2a090a + 4f947f1 commit 45ca33c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mkdocs/technical/advanced/api_auth.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# 🔐 API Authentication

By default, the core APIs don't require any authorization, if you set this parameter all endpoints will require an `access_token` header for authentication such as `access_token: your-key-here`. Failure to provide the correct access token will result in a 403 error.

Multiple keys can be accepted by separating them with a pipe (`|`) as follows: `API_KEY=your-key-here|secondary_client_key`.
By default, the core APIs don't require any authorization, if you set the environment parameter [`API_KEY`](https://cheshire-cat-ai.github.io/docs/administrators/env-variables/#api_key) all endpoints will require an `access_token` header for authentication. Failure to provide the correct access token will result in a 403 error.

!!! warning

Expand Down

0 comments on commit 45ca33c

Please sign in to comment.