Skip to content

strangnet/go-webauthn-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverage Status Build Status

go-webauthn-login

A simple login backend implementation for webauthn.

Endpoints

  • http://localhost servers the index.html page with a test form that handles registering and login
  • GET /api/register/begin/{username}
  • POST /api/register/finish/{username}
  • GET /api/login/begin/{username}
  • POST /api/login/finish/{username}

The current implementation is based on the work of hbolimovsky in his webauthn-example.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published