Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@emlun emlun released this 13 Nov 15:11
0.5.0
9c27b3b

webauthn-server-core

New features:

  • PackedAttestationStatementVerifier now supports SHA256WithRSA signatures

Bug fixes:

  • PublicKeyCredentialDescriptor.compareTo is now consistent with equals
  • AuthenticatorData constructor should now throw more descriptive exceptions instead of raw ArrayIndexOutOfBoundsExceptions

webauthn-server-attestation

Breaking changes:

  • Interface MetadataResolver replaced with interfaces AttestationResolver and TrustResolver
    • Class SimpleResolver split into SimpleAttestationResolver and SimpleTrustResolver
      • Both of these classes now take the metadata as a constructor parameter instead of exposing addMetadata methods
    • Class CompositeResolver split into CompositeAttestationResolver and CompositeTrustResolver
  • Class StandardMetadataService overhauled