0.9.0
🚀 Features
- Callable key can return str, bytes, Key, and KeySet - by @lepture (43be0)
- jwk: Add a alg property for key model - by @lepture (8a705)
🐞 Bug Fixes
- jwk: Use os.urandom for OctKey.generate_key - by @lepture (762fb)
- jwt: Update claims option to
allow_blank
- by @lepture (2f7a5) - registry: Support not-empty validation - by @alonbl (1c11a)
- registry: Support List[str] and List[int] values - by @alonbl (e4b60)
- registry: Treat null claim value as missing - by @alonbl (73171)