From dbb2d78558eb5f0ccd455f5946f48acc972645f7 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 9 Nov 2023 16:03:22 +0100 Subject: [PATCH] Fixup doc --- docs/configuration.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 84916041..50a576fd 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -214,9 +214,8 @@ Depending on your particular deployment you most probably will want to change th Advanced settings ----------------- -The ``AUTH_REQUIRE_TOKENS`` (default: False) setting controls whether thick clients can - authenticate using passwords or whether they are forced to use tokens/application - specific passwords. + +The ``AUTH_REQUIRE_TOKENS`` (default: False) setting controls whether thick clients can authenticate using passwords or whether they are forced to use tokens/application specific passwords. The ``API_TOKEN`` (default: None) setting configures the authentication token. This token must be passed as request header to the API as authentication token.