Skip to content

Version 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@emlun emlun released this 01 Mar 17:00
0.7.0
33c2041

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: PublicKey with publicKeyCose: ByteArray. This means the library user no longer needs to parse the public key before passing it back into the library.
  • RelyingParty.finishAssertion now throws InvalidSignatureCountException instead of its supertype AssertionFailedException when signature count validation is enabled and the received signature count is invalid.

New features:

  • New parameter StartAssertionOptions.userVerification which is forwarded into PublicKeyCredentialRequestOptions by RelyingParty.startAssertion