From 66ce8e8b183292b4ea344da943da9beb34b77836 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 20 Aug 2017 14:15:59 -0500 Subject: [PATCH] Exp claim must be an int, not a string Pointed out by @nileshtrivedi --- tutorials/tut1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tut1.rst b/tutorials/tut1.rst index 6ea26786c..983ac150f 100644 --- a/tutorials/tut1.rst +++ b/tutorials/tut1.rst @@ -146,7 +146,7 @@ Go back to jwt.io and change the payload to { "role": "todo_user", - "exp": "" + "exp": } Copy the updated token as before, and save it as a new environment variable.