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

https://github.com/dimensiondev/maskwebauthn

A WebAuthn authenticator implementation
https://github.com/dimensiondev/maskwebauthn

Last synced: 10 months ago
JSON representation

A WebAuthn authenticator implementation

Awesome Lists containing this project

README

          

# MaskWebAuthn

`MaskWebAuthn` is a library that implements WebAuthn API interface.

## Usage

```shell
pnpm install
pnpm run serve # start the playground
```

## References

- https://webauthn.io
- https://w3c.github.io/webauthn
- https://w3c.github.io/webappsec-credential-management/
- https://flyhigher.top/develop/2160.html
- https://www.iana.org/assignments/cose/cose.xhtml
- https://medium.com/webauthnworks/verifying-fido2-packed-attestation-a067a9b2facd
- https://medium.com/webauthnworks/verifying-fido2-responses-4691288c8770