0.7.0
🐞 Bug Fixes
- Clean useless except of binascii.Error - by @lepture (c98cf)
- Improve for mypy - by @lepture (a0ba7)
- Reduce code complexity - by @lepture (cd493)
- Correct type for jwk - by @lepture (414bc)
- Improve for mypy - by @lepture (47599)
- Improve type hints for mypy - by @lepture (5d775)
- Move KeySet and JWKRegistry out of rfc7517 - by @lepture (4ad21)
- Improve type hints for mypy - by @lepture (ab789)
- Only auto add kid of key set for "encode" action - by @lepture (752fa)
- Raise InvalidExchangeKeyError for
exchange_derive_key- by @lepture (fa291) - jwk: Add bool on KeySet - by @lepture (4d9b8)
- jwt: Iat should not be a future time - by @lepture (64886)