Skip to content

v4.2.0

Compare
Choose a tag to compare
@quentinvernot quentinvernot released this 20 Jun 16:20
· 23 commits to master since this release
  • Add new OpenID Connect verification flow through the new OidcIDTokenVerification method, see the updated guide for details
  • OIDC is now a valid pre-verified verification method with the new PreverifiedOidcVerification method
  • Deprecate create_oidc_nonce, set_oidc_test_nonce, and OidcIdTokenVerification as they are now obsolete with the new OIDC verification flow
  • Invalid responses that do not come from the Tanker backend can now result in a NetworkError, instead of an InternalError
  • Drop support for Python version 3.11. Only 3.12 is now officially supported.