https://github.com/magiclabs/example-webauthn
https://github.com/magiclabs/example-webauthn
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magiclabs/example-webauthn
- Owner: magiclabs
- Archived: true
- Created: 2020-10-09T18:38:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T17:07:59.000Z (over 2 years ago)
- Last Synced: 2025-07-01T20:51:44.721Z (about 1 year ago)
- Language: JavaScript
- Size: 2.17 MB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example WebAuthn
Example WebAuthn uses React as its framework.
## Run it locally
1. Clone https://github.com/magiclabs/example-webauthn.git
1. Run `npm install` to get all the dependencies
1. Run `npm start` to get `localhost:3000` up. Done!