Skip to content

YubicoLabs/webauthn-workshop-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Getting started with WebAuthn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published