forked from orbit-oss/flask
enable secret key rotation
This commit is contained in:
parent
7522c4bcdb
commit
e13373f838
9 changed files with 55 additions and 7 deletions
|
|
@ -20,6 +20,9 @@ Unreleased
|
|||
- ``-e path`` takes precedence over default ``.env`` and ``.flaskenv`` files.
|
||||
``load_dotenv`` loads default files in addition to a path unless
|
||||
``load_defaults=False`` is passed. :issue:`5628`
|
||||
- Support key rotation with the ``SECRET_KEY_FALLBACKS`` config, a list of old
|
||||
secret keys that can still be used for unsigning. Extensions will need to
|
||||
add support. :issue:`5621`
|
||||
|
||||
|
||||
Version 3.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue