Skip Navigation

Django: rotate your secret key, fast or slow

adamj.eu Django: rotate your secret key, fast or slow - Adam Johnson

Django’s SECRET_KEY setting is used for cryptographic signing in various places, such as for session storage and password reset tokens. This makes keeping it secure a high priority since an attacker with the key could forge things like password reset tokens.

Django: rotate your secret key, fast or slow - Adam Johnson
0
0 comments