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

fix/clarify-credential-description #78

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This PR clarifies a credential's description, to only call a credential a "passkey" when it is a discoverable credential. Non-discoverable credentials will now simply be called "credentials":

Screenshot 2023-01-18 at 1 08 24 PM

Fixes #73.