Exp claim must be an int, not a string

Pointed out by @nileshtrivedi
This commit is contained in:
Joe Nelson
2017-08-20 14:15:59 -05:00
committed by GitHub
parent aedaca1290
commit 66ce8e8b18
+1 -1
View File
@@ -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.