Collection of tools for WebAuthn development and testing
Clone repo, install npm packages, and start using:
npm start
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
npm run deploy