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.62k stars 137 forks source link

fix/544-ensure-webauthn-available-autofill-feature-check #557

Closed MasterKale closed 7 months ago

MasterKale commented 7 months ago

This PR updates @simplewebauthn/browser's browserSupportsWebAuthnAutofill() method to first ensure that WebAuthn is available.

Fixes #544.