Skip to content

v4.2.0

Compare
Choose a tag to compare
@quentinvernot quentinvernot released this 20 Jun 16:20
· 13 commits to master since this release
  • Add new OpenID Connect verification flow through the new OIDCAuthorizationCodeVerification method, see the updated guide for details
  • OIDC is now a valid pre-verified verification method with the new PreverifiedOIDCVerification method
  • Deprecate createOidcNonce, setOidcTestNonce, 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