Packages:
- @simplewebauthn/browser@0.7.0
- @simplewebauthn/server@0.7.0
- @simplewebauthn/typescript-types@0.7.0
Changes:
- [server] Add support for TPM attestations
- [server] Add support for Android Key attestations
- [server] Add support for authenticator metadata statements and the FIDO Metadata Service (MDS)
Breaking Changes
- [server] The return type of
verifyAttestationResponse()changed frombooleantoPromise<boolean>. This was necessary to support querying FIDO MDS for an authenticator metadata statement during attestation verification. - [server] The optional
requireUserVerificationparameter ofverifyAssertionResponse()has been replaced with the new optionalfidoUserVerificationparameter. This enables greater control over user verification when verifying assertions.