From e0c6fbd92accc2bede4c671ffb4a293ffbca060e Mon Sep 17 00:00:00 2001 From: Stephan Holl Date: Wed, 22 Nov 2023 20:28:47 +0100 Subject: [PATCH] Add AUTH_REQUIRE_TOKENS referrer --- docs/faq.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 5dfc0fa1..2200cfd8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -453,7 +453,9 @@ To manually unblock an IP from the rate limiter do the following on your CLI: Consider using :ref:`AUTH tokens` for your users. Token-based authentication is exempted from rate limits! -Also have a look at the configuration parameter ``AUTH_RATELIMIT_EXEMPTION``. More on :ref:`Rate limiting`. +Also have a look at the configuration parameters +``AUTH_RATELIMIT_EXEMPTION`` and ``AUTH_REQUIRE_TOKENS``. More on +:ref:`Rate limiting` and :ref:`advanced settings`. *Issue reference:* `2856`_.