Skip to content

Releases: jpadilla/pyjwt

2.9.0

01 Aug 14:58
868cf4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.0...2.9.0

2.8.0

18 Jul 19:59
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @juur made their first contribution in #891

Full Changelog: 2.7.0...2.8.0

2.7.0

09 May 20:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.0...2.7.0

2.6.0

24 Oct 14:25
7665aa6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.6.0

2.5.0

17 Sep 13:57
c900610
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

12 May 18:57
Compare
Choose a tag to compare

Security

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

18 Oct 15:25
98620ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

06 Oct 22:31
6223ba1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

28 Apr 12:06
79c23d7
Compare
Choose a tag to compare

Changelog

Changed

  • Allow claims validation without making JWT signature validation mandatory. #608

Fixed

  • Remove padding from JWK test data. #628
  • Make kty mandatory in JWK to be compliant with RFC7517. #624
  • Allow JWK without alg to be compliant with RFC7517. #624
  • Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorithm. #645

Added

  • Add caching by default to PyJWKClient #611
  • Add missing exceptions.InvalidKeyError to jwt module __init__ imports #620
  • Add support for ES256K algorithm #629
  • Add from_jwk() to Ed25519Algorithm #621
  • Add to_jwk() to Ed25519Algorithm #643
  • Export PyJWK and PyJWKSet #652

2.0.1

17 Jan 17:59
3993ce1
Compare
Choose a tag to compare

Changelog

Changed

  • Rename CHANGELOG.md to CHANGELOG.rst and include in docs #597

Fixed

  • Fix from_jwk() for all algorithms #598