0.8.0 - 2024-08-07
Added
- Use
jwks_url
as a fallback if thejwks_uri
is not defined in the configuration.
This makes it possible to use a broader selection of JWT providers.
Removed
OpenIDConfigurationTypeDef
was removed, you can useConfigurationTypeDef
instead.
Changed
- Security updates to libraries (aiohttp, idna, cryptography).
- Updated pre-commit hooks.
- Improvements to README.