MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.63k stars 137 forks source link

feat/better-errors #367

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This PR augments identified errors raised during calls to startRegistration() and startAuthentication() with the following:

Fixes #357