Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit b7c34e7

Browse files
committed
add another section to api auth
1 parent 3c61146 commit b7c34e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs/deploy/authentication.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ In Auth0's case, this client should be a service account.
4545

4646
If using Auth0, the required scope for the `Auth0 Management API` is `read:users`.
4747

48+
#### How to Authenticate against the API
49+
50+
The API expects the standard `Authorization` header to come in via the HTTP request. The format should be `Bearer <token>`. This is true for both API Keys as well as user JWTs.
51+
4852
### APP Auth Configuration
4953

5054
The app requires a bit more configuration since there is also session management that occurs with the help of `next-auth`.

0 commit comments

Comments
 (0)