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
- Host: GitHub
- URL: https://github.com/dimensiondev/maskwebauthn
- Owner: DimensionDev
- License: mit
- Created: 2021-05-31T09:49:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T17:07:49.000Z (over 4 years ago)
- Last Synced: 2025-02-15T12:52:42.846Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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