v1.2.0
Fixed
- Added back
verify_expiration=argument tojwt.decode()that was erroneously removed in 1.1.0.
Changed
- Refactored JWS-specific logic out of PyJWT and into PyJWS superclass. [#141]
Deprecated
verify_expiration=argument tojwt.decode()is now deprecated and will be removed in a future version. Use theoption=argument instead.