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
well, this works perfectly, the problem is that it shouldn't :P
I looked at the code and the only reference for this exception that i have found is this one: raise InvalidIssuedAtError('Issued At claim (iat) must be an integer.')
Am I correct? Or I am very blind-sided here? =P
The text was updated successfully, but these errors were encountered:
Hi,
According to the docs, jwt.exceptions.InvalidIssuedAtError should be raised when iat has a future date.
reference
Issue:
I am trying to raise: InvalidIssuedAtError
What I am doing:
I am using a token with a future iat timestamp, something like:
well, this works perfectly, the problem is that it shouldn't :P
I looked at the code and the only reference for this exception that i have found is this one:
raise InvalidIssuedAtError('Issued At claim (iat) must be an integer.')
Am I correct? Or I am very blind-sided here? =P
The text was updated successfully, but these errors were encountered: