Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We can see this in action using CURL:
"logged_in_as": "test"
}

NOTE: Remember to change the secret key of your application, and insure that no
NOTE: Remember to change the secret key of your application, and ensure that no
one is able to view it. The JSON Web Tokens are signed with the secret key, so
if someone gets that, they can create arbitrary tokens, and in essence log in
as any user.
Expand Down