Version 2.5.0 #309
emlun
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
webauthn-server-core:Breaking changes to experimental features:
@JsonPropertyto methodRegisteredCredential.isBackedUp(), changing the property name frombackedUptobackupState.backedUpis still accepted during deserialization but will no longer be emitted during serialization.New features:
.isUserVerified()toRegistrationResultandAssertionResultas a shortcut for accessing the UV flag in authenticator data.Automatic-Module-Nameto jar manifest.Fixes:
AuthenticatorAttestationResponsenow tolerates and ignores properties"publicKey"and"publicKeyAlgorithm"during JSON deserialization. These properties are emitted by thePublicKeyCredential.toJSON()method added in WebAuthn Level 3.RelyingParty.finishAssertionnow behaves the same ifStartAssertionOptions.allowCredentialsis explicitly set to a present, empty list as when absent.webauthn-server-attestation:New features:
verifyDownloadsOnly(boolean)toFidoMetadataDownloader. When set totrue, the BLOB signature will not be verified when loading a BLOB from cache or when explicitly given. Default setting isfalse, which preserves the previous behaviour.Automatic-Module-Nameto jar manifest.Fixes:
PROPAGATE_TRANSIENT_MARKERunnecessary for JSON serialization with Jackson version 2.15.0-rc1 and later.Artifacts built with
openjdk version "17.0.7" 2023-04-18.This discussion was created from the release Version 2.5.0.
Beta Was this translation helpful? Give feedback.
All reactions