website/docs: fix API OAuth token usage (#7159)

Update api.md

JWT Token howto update

Signed-off-by: Oleh Vivtash <oleh@vivtash.net>
This commit is contained in:
Oleh Vivtash 2023-10-16 14:10:21 +03:00 committed by GitHub
parent 3c3f1678e5
commit 07b8c5bc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ Users can create tokens to authenticate as any user with a static key, which can
### JWT Token
OAuth2 clients can request the scope `goauthentik.io/api`, which allows their OAuth Refresh token to be used to authenticate to the API.
OAuth2 clients can request the scope `goauthentik.io/api`, which allows their OAuth Access token to be used to authenticate to the API.