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

Commit

Permalink
Merge pull request #343 from blueyed/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in jwt_get_secret_key doc
  • Loading branch information
jpadilla authored Jun 22, 2017
2 parents 636539e + 497a9c0 commit c2cf1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_jwt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def jwt_get_secret_key(payload=None):
"""
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.
This way you have an option to logout only this user if:
- token is compromised
Expand Down

0 comments on commit c2cf1b9

Please sign in to comment.