All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
MissingRequiredClaimError
if they are not present.audience=
or issuer=
is specified but the claim is not present,
MissingRequiredClaimError
is now raised instead of InvalidAudienceError
and InvalidIssuerError
jwt.get_unverified_header()
to parse and return the header portion of a token prior to signature verification.verify_expiration=
argument to jwt.decode()
that was erroneously removed in v1.1.0.verify_expiration=
argument to jwt.decode()
is now deprecated and will be removed in a future version. Use the option=
argument instead.jwt.api.header
out of the public API. #85PyJWT
). #101