pyjwt · pyjwt/ExpiredSignatureError
ExpiredSignatureError
ExpiredSignatureError
Raised when a token's exp (expiration time) claim indicates that it has expired. This is one of the most common JWT failures in production and normally means the client should refresh the token or re-authenticate rather than retry the same request.