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:
Eliot Berriot 2019-07-13 15:51:34 +02:00
commit d39cfab283
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 29 additions and 2 deletions

View 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