diff --git a/jose/jwt.py b/jose/jwt.py index 2128c851..2da511fd 100644 --- a/jose/jwt.py +++ b/jose/jwt.py @@ -102,6 +102,8 @@ def decode(token, key, algorithms=None, options=None, audience=None, Raises: JWTError: If the signature is invalid in any way. + ExpiredSignatureError: If the signature has expired. + JWTClaimsError: If any claim is invalid in any way. Examples: