Skip to content

tealok-tech/webauthn-example

 
 

Repository files navigation

webauthn-example

This project shows a simple example of how to write both a frontend (JavaScript) and backend (Go) system for using Webauthn.

The backend relies on the go webauthn library.

The frontend just uses vanilla JavaScript with no libraries.

Building

go build

This will produce webauthn-example in the current directory

Running

./webauthn-example

This will run the process on port 8080 of the local host, binding to all available addresses. You can view the UI in a web browser at http://localhost:8080.

About

Sample application for webauthn in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 62.0%
  • JavaScript 25.3%
  • HTML 12.7%