Skip to content

v1.2.0

Choose a tag to compare

@mark-adams mark-adams released this 23 May 00:01
· 590 commits to master since this release

Fixed

  • Added back verify_expiration= argument to jwt.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 to jwt.decode() is now deprecated and will be removed in a future version. Use the option= argument instead.