Skip to content

A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.

License

Notifications You must be signed in to change notification settings

mrmcc3/webauthn-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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