Skip to content

v1.3.0

Choose a tag to compare

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

Fixed

  • ECDSA (ES256, ES384, ES512) signatures are now being properly serialized [#158][
  • RSA-PSS (PS256, PS384, PS512) signatures now use the proper salt length for PSS padding. [#163]

Added

  • Added a new jwt.get_unverified_header() to parse and return the header portion of a token prior to signature verification.

Removed

  • Python 3.2 is no longer a supported platform. This version of Python is rarely used. Users affected by this should upgrade to 3.3+.