Skip to content

Implement WebAuthn into basic HTML / vanilla JS application

Notifications You must be signed in to change notification settings

sahagin-dazs/webauthn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Patrick's WebAuthn Test Application

This is a basic application that provides the following functionality:

  • Register a credential with a security key (roaming authenticator) with WebAuthn
    • I was able to test with a Yubikey 5 NFC
  • Get the credential off the security key to emulate passwordless authentication
    • There is no backend server present to store the public key, so I am insecurely storing in web browser for demonstrative purposes only. Don't ever do this in practice!

Based on information found at the following sources:

About

Implement WebAuthn into basic HTML / vanilla JS application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published