Skip to content

Commit

Permalink
update wording in config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesejr committed Nov 15, 2024
1 parent 70a7d1c commit 6a971a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a971a6

Please sign in to comment.