Packages
- @simplewebauthn/browser@8.2.0
- @simplewebauthn/server@8.2.0
Changes
- [browser]
startRegistration()will no longer error out on registration responses generated
by the 1Password browser extension (#443, with thanks to @unix) - [browser] Helper methods
base64URLStringToBuffer()andbufferToBase64URLString()are now
exported from@simplewebauthn/browser(#444) - [server]
verifyRegistrationResponse()andverifyAuthenticationResponse()now accept a new
expectedTypeargument that can be used to, for example, verify Secure Payment Confirmation
responses (#436, with thanks to @fabiancook) - [server] Responses containing malformed authenticator data returned from Firefox 117 will no
longer raise an error (#441)