Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 323 Bytes

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