v5.2.0
Packages:
- @simplewebauthn/browser@5.2.0
- @simplewebauthn/server@5.2.0
- @simplewebauthn/typescript-types@5.2.0
Changes:
- [browser, typescript-types] The new
"cable"transport is now recognized as a potential value of theAuthenticatorTransporttype (#198) - [server]
verifyRegistrationResponse()andverifyAuthenticationResponse()now returncredentialDeviceTypeandcredentialBackedUpwithinauthenticatorInfoas parsed values of two new flags being added to authenticator data. These response verification methods will also now throw an error when the invalid combination of these two flags (credentialDeviceType: "singleDevice", credentialBackedUp: true) is detected (#195)- This feature supports detection of "multi-device credentials" gradually coming to all major platform authenticator vendors later this year.