Increase the security of JWT token generation by using DJANGO_SECRET_KEY as well as user-specific salt for the signature
This commit is contained in:
parent
426f6f0d45
commit
d39cfab283
4 changed files with 29 additions and 2 deletions
1
changes/changelog.d/jwt.enhancement
Normal file
1
changes/changelog.d/jwt.enhancement
Normal file
|
|
@ -0,0 +1 @@
|
|||
Increase the security of JWT token generation by using DJANGO_SECRET_KEY as well as user-specific salt for the signature
|
||||
Loading…
Add table
Add a link
Reference in a new issue