An open API service indexing awesome lists of open source software.

https://github.com/lemon-mint/webauthn-demo-client


https://github.com/lemon-mint/webauthn-demo-client

Last synced: 3 months ago
JSON representation

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)