duo-labs / webauthn.io

The source code for webauthn.io, a demonstration of WebAuthn.
https://webauthn.io
BSD 3-Clause "New" or "Revised" License
645 stars 120 forks source link

feat/user-verification-options #77

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This PR adds in the ability to select a specific UserVerificationRequirement for registration and authentication. This makes it possible to, for example, test out how authenticators react when they experience the "preferred" option.

Screenshot 2023-01-18 at 12 47 33 PM

Screenshot 2023-01-18 at 12 51 11 PM

Advanced settings have also been made responsive:

Screenshot 2023-01-18 at 12 47 53 PM

Fixes #76.