Increase the security of JWT token generation by using DJANGO_SECRET_KEY as...
Increase the security of JWT token generation by using DJANGO_SECRET_KEY as well as user-specific salt for the signature
Showing
- api/config/settings/common.py 8 additions, 1 deletionapi/config/settings/common.py
- api/funkwhale_api/federation/serializers.py 1 addition, 1 deletionapi/funkwhale_api/federation/serializers.py
- api/tests/users/test_jwt.py 19 additions, 0 deletionsapi/tests/users/test_jwt.py
- changes/changelog.d/jwt.enhancement 1 addition, 0 deletionschanges/changelog.d/jwt.enhancement
changes/changelog.d/jwt.enhancement
0 → 100644
Please register or sign in to comment