@simplewebauthn/server
Advanced tools
Changelog
v0.7.1
Packages:
Changes:
Changelog
v0.7.0 - The one that passes FIDO conformance testing
Packages:
Changes:
verifyAttestationResponse()
changed from boolean
to
Promise<boolean>
. This was necessary to support querying FIDO MDS for an authenticator metadata
statement during attestation verification.requireUserVerification
parameter of verifyAssertionResponse()
has
been replaced with the new optional fidoUserVerification
parameter. This enables greater control
over user verification when verifying assertions.Changelog
v0.6.1
Packages:
Changes:
verifyAttestationResponse()
options param description.Changelog
v0.6.0 - The one with better response verification
Packages:
Changes:
verifyAttestationResponse()
and verifyAssertionResponse()
methods now take a single arguments object.requireUserVerification
argument.Changelog
v0.5.1
Packages:
Changes:
AuthenticatorAttestationResponseJSON
and
AuthenticatorAssertionResponseJSON
Changelog
v0.5.0 - The one where browser returns more info
Packages:
Changes:
startAttestation()
and startAssertion()
to return more of
the output from the navigator.credentials
callsbase64-js
dependency with internal functionalitygenerateAttestationOptions()
and
generateAssertionOptions()
by renaming the excludedBase64CredentialIDs
and
allowedBase64CredentialIDs
to excludedCredentialIDs
and allowedCredentialIDs
respectively