Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@joakimnordling joakimnordling released this 07 Aug 09:30
bdf8bea

0.8.0 - 2024-08-07

Added

  • Use jwks_url as a fallback if the jwks_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 use ConfigurationTypeDef instead.

Changed

  • Security updates to libraries (aiohttp, idna, cryptography).
  • Updated pre-commit hooks.
  • Improvements to README.