Skip to content

Commit 497a9c0

Browse files
committed
Fix typo in jwt_get_secret_key doc
1 parent 636539e commit 497a9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_jwt/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
def jwt_get_secret_key(payload=None):
1616
"""
17-
For enchanced security you may use secret key on user itself.
17+
For enhanced security you may want to use a secret key based on user.
1818
1919
This way you have an option to logout only this user if:
2020
- token is compromised

0 commit comments

Comments
 (0)