Exp claim must be an int, not a string
Pointed out by @nileshtrivedi
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user