https://github.com/lemon-mint/webauthn-demo-client
https://github.com/lemon-mint/webauthn-demo-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemon-mint/webauthn-demo-client
- Owner: lemon-mint
- License: mit
- Created: 2020-12-19T08:36:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T07:05:02.000Z (over 4 years ago)
- Last Synced: 2025-01-20T10:11:49.052Z (4 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webauthn-demo-client
Simple Webauthn Demo Page
## Signature Algorithm
[Reference](https://www.iana.org/assignments/cose/cose.xhtml)- [x] ES256 (Alg: -7)
## navigator.credentials.get
- [x] Working example
- [x] Export Public Key
- [x] XHR Authenticator response## navigator.credentials.create
- [x] AuthenticatorAssertion
- [ ] XHR Public Key
- [ ] XHR attestation
- [ ] Verify With Public Key
- [ ] Parse authenticatorData## ServerSide
[DemoServer](https://github.com/lemon-mint/webauthn-demo-server)