0.5.0
Pre-release
Pre-release
webauthn-server-core
New features:
PackedAttestationStatementVerifier
now supports SHA256WithRSA signatures
Bug fixes:
PublicKeyCredentialDescriptor.compareTo
is now consistent with equalsAuthenticatorData
constructor should now throw more descriptive exceptions instead of rawArrayIndexOutOfBoundsException
s
webauthn-server-attestation
Breaking changes:
- Interface
MetadataResolver
replaced with interfacesAttestationResolver
andTrustResolver
- Class
SimpleResolver
split intoSimpleAttestationResolver
andSimpleTrustResolver
- Both of these classes now take the metadata as a constructor parameter instead of exposing
addMetadata
methods
- Both of these classes now take the metadata as a constructor parameter instead of exposing
- Class
CompositeResolver
split intoCompositeAttestationResolver
andCompositeTrustResolver
- Class
- Class
StandardMetadataService
overhauled