Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@quentinvernot quentinvernot released this 20 Jun 16:20
· 6 commits to master since this release
  • Add new OpenID Connect verification flow through a new verification method, see the updated guide for details
  • OIDC is now a valid pre-verified verification method
  • Deprecate createOidcNonce, setOidcTestNonce, and verification using the oidcIdToken param as they are now obsolete with the new OIDC verification flow
  • Improve error message for invalid ciphertexts by including the first five bytes as hex
  • Invalid responses that do not come from the Tanker backend can now result in a NetworkError, instead of InternalError