Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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