You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The VerificationMethod objects of type oidcIdToken
now contain the provider_id and provider_display_name information corresponding to the verification method's OIDC provider.
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
Enable the new "transparent session" encryption formats by default.
These formats optimize resource key usage. Encryption for the same recipients will reuse the same key for several hours.
As a result, performance of encrypt and decrypt operations should be improved, due to fewer network requests.