pyjwt · pyjwt/ImmatureSignatureError
ImmatureSignatureError
ImmatureSignatureError
Raised when a token's nbf (not-before) or iat (issued-at) claim represents a time in the future, so the token isn't valid yet. Often caused by clock skew between the server that issued the token and the one verifying it.