You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Exadra37
changed the title
Correctly validates a JWT token with a timestamp in the past
Successfully validates a JWT token with a timestamp in the past
Mar 29, 2022
Steps to Reproduce
You can run the Hello server locally, and then use this curl command:
Output:
But a
401
is expected:Expected Result
Actual Result
If we try directly from the
iex
shell we also get a valid token, despite having anexp
claim in the past.But it works ok when the timestamp is only
1555083349
:The text was updated successfully, but these errors were encountered: