mrmcc3 / webauthn-deno

A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.

Home Page:https://deno.land/x/webauthn_deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.

https://deno.land/x/webauthn_deno

License:MIT License


Languages

Language:TypeScript 94.7%Language:JavaScript 5.3%