We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636539e commit 497a9c0Copy full SHA for 497a9c0
rest_framework_jwt/utils.py
@@ -14,7 +14,7 @@
14
15
def jwt_get_secret_key(payload=None):
16
"""
17
- For enchanced security you may use secret key on user itself.
+ For enhanced security you may want to use a secret key based on user.
18
19
This way you have an option to logout only this user if:
20
- token is compromised
0 commit comments