Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 697 Bytes

Getting started with WebAuthn

This is a very simple WebAuthn demo that runs entirely in your browser. There is no validation of generated credentials in this initial version.

To run on your local system:

  1. Clone this repository:
git clone https://github.com/YubicoLabs/webauthn-workshop-starter.git
  1. Run a web server so you can access its files on localhost. For instance:
python3 -m http.server 8000
  1. Open http://localhost:8000/ in Chrome.

  2. Open Developer Tools to monitor logs.

  3. Register some passkeys on different authenticators.

Next

See backend for instructions on using a backend server for validating passkeys.