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/477-make-uv-optional-in-example #500

Closed MasterKale closed 10 months ago

MasterKale commented 10 months ago

This PR makes UV optional in the example by preferring UV in registration and authentication options, and not requiring it when verifying responses.

Fixes #477.