Skip to content

koesie10/webauthn-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webauthn-demo : Web Authentication Demo in Go

Overview Build Status

This project is a demo of the webauthn library.

Install

go get github.com/koesie10/webauthn-demo

Running

go run .

This will start the server at port 9000, reachable at localhost:9000.

The Web Authentication API is only usable in Secure Contexts, i.e. HTTPS. Fortunately, localhost has also been defined as a secure context, so you will be able to test the Web Authentication API on localhost.

License

MIT.

About

WebAuthn demo application using github.com/koesie10/webauthn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages