-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rotating secret keys #5621
Comments
Yeah, I think we could do something similar to itsdangerous here, with a new (Note: The previous issue was not auto closed, a maintainer closed it after deciding not to implement it at the time.) |
I'm uncertain about whether my suggested |
https://adamj.eu/tech/2024/08/30/django-rotate-secret-key/ looks like Django uses a similar scheme, so I guess I'll go with that. |
I'd like to have a couple of secret keys available, like so
To allow them to rotate.
I've seen this issue which seems to have auto-closed
#1574
It seems like itsdangerous now supports this
pallets/itsdangerous#141
This would allow secret keys to be rotated regularly without sessions being invalidated.
The text was updated successfully, but these errors were encountered: