From 6a971a61c41af3dcfeb716991d2a988b76be9f6e Mon Sep 17 00:00:00 2001 From: James Espinosa Date: Fri, 15 Nov 2024 14:06:17 -0800 Subject: [PATCH] update wording in config docs --- docs/configuration.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index e618155d..49f0e242 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -19,10 +19,8 @@ These configuration keys are used globally across all features. .. py:data:: SECRET_KEY_FALLBACKS - This is a list of old secret keys that can still be used to unsign tokens - that were created with previous secret keys. - - Default: ``None``. + This is part of Flask (>=3.1) but can be used by Flask-Security to unsign tokens. + See Flask documentation https://flask.palletsprojects.com/en/stable/config/#SECRET_KEY_FALLBACKS .. versionadded:: 5.6.0