Version 0.7.0
Pre-release
Pre-release
webauthn-server-attestation
- Added attestation metadata for Security Key NFC by Yubico
webauthn-server-core
Breaking changes:
- Deleted parameter
RelyingParty.verifyTypeAttribute. This was added as a workaround while browser implementations were incomplete, and should never be used in production. - Replaced field
RegisteredCredential.publicKey: PublicKeywithpublicKeyCose: ByteArray. This means the library user no longer needs to parse the public key before passing it back into the library. RelyingParty.finishAssertionnow throwsInvalidSignatureCountExceptioninstead of its supertypeAssertionFailedExceptionwhen signature count validation is enabled and the received signature count is invalid.
New features:
- New parameter
StartAssertionOptions.userVerificationwhich is forwarded intoPublicKeyCredentialRequestOptionsbyRelyingParty.startAssertion