Skip to content

1.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Dec 05:20
· 10 commits to main since this release
aae7743

   🚀 Features

   🐞 Bug Fixes

  • Remove backend parameter, it is deprecated  -  by @lepture (e10e1)
  • jwa: Improve RFC9864 check key logic  -  by @lepture (b8434)
  • jwk: Improve OKPKey implementation  -  by @lepture (7b8e3)
  • jwk: Allow import key from cryptography native key types  -  by @lepture (6db65)
  • jwk: Raise InvalidKeyCurveError when generate ECKey with invalid crv  -  by @lepture (c7921)
  • jwk: Improve generate_private_key on binding class  -  by @lepture (24257)
  • jwk: Remove useless properties on OKPKey  -  by @lepture (bf35f)
  • jws: Use JWSRegistry.guess_algorithm to replace JWSRegistry.guess_alg  -  by @lepture (6b34c)
  • jwt: Make BaseClaimsRegistry.essential_keys a property.  -  by @lepture (bc13e)
    View changes on GitHub