v0.11.0
What's Changed
- Refactoring by @guillp in #19
- Use
hatch
andruff
by @guillp in #20 - Convience methods for JWT/JWS signature verification and JWE encryption/decryption by @guillp in #21
Jwk
,JwkSet
andJwsJsonFlat
are nowUserDict
instead ofdict
by @guillp in #23Jwk.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