Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmcc3/webauthn-deno
A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.
https://github.com/mrmcc3/webauthn-deno
deno webauthn
Last synced: about 2 months ago
JSON representation
A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.
- Host: GitHub
- URL: https://github.com/mrmcc3/webauthn-deno
- Owner: mrmcc3
- License: mit
- Created: 2022-12-12T20:28:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T00:06:33.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T15:15:29.879Z (2 months ago)
- Topics: deno, webauthn
- Language: TypeScript
- Homepage: https://deno.land/x/webauthn_deno
- Size: 40 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webauthn-deno
Implementation of WebAuthn Registration/Authentication Ceremonies. Developed in Deno.
### Usage
TODO
### Limitations
Currently only supports
- `userVerification: "required"`
- `residentKey: "required"`
- `attestation: "none"`
- ES256/RS256. other algorithms are implemented but are missing test cases