Skip to content

Commit

Permalink
Merge pull request #70 from sukso96100/master
Browse files Browse the repository at this point in the history
Added more exception information that decode() raises
  • Loading branch information
mpdavis authored Jan 16, 2018
2 parents 4e5cdbb + 5c9932c commit c34b8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jose/jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c34b8eb

Please sign in to comment.