Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 418 Bytes

WebAuthn tools

Collection of tools for WebAuthn development and testing

Run locally

Clone repo, install npm packages, and start using:

npm start

Testing with WebAuthn locally

To test WebAuthn locally, you need to run the app over HTTPS. You can use the following command to start the app with a self-signed certificate:

npm start -- --ssl

Deploy to gh-pages

npm run deploy