Skip to content

v0.11.0

Compare
Choose a tag to compare
@guillp guillp released this 22 Jan 12:23
· 26 commits to main since this release
f1111d6

What's Changed

  • Refactoring by @guillp in #19
  • Use hatch and ruff by @guillp in #20
  • Convience methods for JWT/JWS signature verification and JWE encryption/decryption by @guillp in #21
  • Jwk, JwkSet and JwsJsonFlat are now UserDict instead of dict by @guillp in #23
  • Jwk.kid returns either the kid if present or the key thumbprint otherwise (use jwk['kid'] to get the actual kid value).

BREAKING CHANGES: this contains some subtle interface changes (some args are now kwargs only, some parent classes are modified, etc.). I may have to change the API a bit more before I publish v1.0.

Full Changelog: v0.10.0...v0.11.0