This PR updates @simplewebauthn/browser to pass through NotAllowedError's because browsers are raising this error type with issues that are browser-specific, but not defined in the WebAuthn spec. To help RP devs identify these types of errors now and in the future, I'm choosing to simply pass the errors through, complete with their original messages.
This PR updates @simplewebauthn/browser to pass through
NotAllowedError
's because browsers are raising this error type with issues that are browser-specific, but not defined in the WebAuthn spec. To help RP devs identify these types of errors now and in the future, I'm choosing to simply pass the errors through, complete with their original messages.Fixes #352.