From 7ac7509ff75c38666e308c5e83463c5ab9387210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 11 Mar 2026 13:28:12 +0100 Subject: [PATCH 1/2] Improved JWT configuration section --- docs/api/rest_api/rest_api_authentication.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api/rest_api/rest_api_authentication.md b/docs/api/rest_api/rest_api_authentication.md index 213b2a21ee..904d64ac2e 100644 --- a/docs/api/rest_api/rest_api_authentication.md +++ b/docs/api/rest_api/rest_api_authentication.md @@ -270,11 +270,12 @@ X-CSRF-Token: 23lk.neri34ijajedfw39orj-3j93 ### Configuration -See [JWT authentication](#jwt-authentication) or GraphQL. +See [JWT authentication](development_security.md#jwt-authentication) for configuration instructions. +JWT authentication can also be used with [GraphQL](graphql.md#jwt-authentication). ### Usage example -After you [configure JWT authentication](development_security.md#jwt-authentication) at least for REST, you can get the JWT token through the following request: +After you configure JWT authentication for REST, you can get the JWT token through the following request: === "XML" From 2f98646d719f81ecf534e8e1b9b788c7da5d6448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 11 Mar 2026 13:32:10 +0100 Subject: [PATCH 2/2] Removed GraphQL mention --- docs/api/rest_api/rest_api_authentication.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/rest_api/rest_api_authentication.md b/docs/api/rest_api/rest_api_authentication.md index 904d64ac2e..2a255e5004 100644 --- a/docs/api/rest_api/rest_api_authentication.md +++ b/docs/api/rest_api/rest_api_authentication.md @@ -271,7 +271,6 @@ X-CSRF-Token: 23lk.neri34ijajedfw39orj-3j93 ### Configuration See [JWT authentication](development_security.md#jwt-authentication) for configuration instructions. -JWT authentication can also be used with [GraphQL](graphql.md#jwt-authentication). ### Usage example