Skip to content

Commit

Permalink
Exp claim must be an int, not a string
Browse files Browse the repository at this point in the history
Pointed out by @nileshtrivedi
  • Loading branch information
begriffs committed Aug 20, 2017
1 parent aedaca1 commit 66ce8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/tut1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Go back to jwt.io and change the payload to
{
"role": "todo_user",
"exp": "<computed epoch value>"
"exp": <computed epoch value>
}
Copy the updated token as before, and save it as a new environment variable.
Expand Down

0 comments on commit 66ce8e8

Please sign in to comment.