Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit c2cf1b9

Browse files
authored
Merge pull request #343 from blueyed/fix-typo
Fix typo in jwt_get_secret_key doc
2 parents 636539e + 497a9c0 commit c2cf1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_jwt/utils.py

Lines changed: 1 addition & 1 deletion
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)