From 2139ac178f071a0e2e47a184c2962a3e5d0d93b1 Mon Sep 17 00:00:00 2001 From: Oleh Vivtash Date: Fri, 13 Oct 2023 00:31:01 +0300 Subject: [PATCH] Update api.md JWT Token howto update Signed-off-by: Oleh Vivtash --- website/developer-docs/api/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/developer-docs/api/api.md b/website/developer-docs/api/api.md index e6b7b6dc33f9..7e3877be79c3 100644 --- a/website/developer-docs/api/api.md +++ b/website/developer-docs/api/api.md @@ -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.