Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
/ webauthn Public archive

A fork of WebAuthn (FIDO2) server library from duo-labs/webauthn with improved programmability.

License

Notifications You must be signed in to change notification settings

gaukas/webauthn

Repository files navigation

WebAuthn Library

GoDoc Build Status Go Report Card

This library is meant to handle Web Authentication for Go apps that wish to implement a passwordless solution for users. While the specification is currently in Candidate Recommendation, this library conforms as much as possible to the guidelines and implementation procedures outlined by the document.

See pinned issues for to-do features.

Quickstart

go get github.com/Gaukas/webauthn and initialize it in your application with basic configuration values.

Make sure your user model is able to handle the interface functions laid out in webauthn/user.go. This means also supporting the storage and retrieval of the credential and authenticator structs in webauthn/credential.go and webauthn/authenticator.go, respectively.

Acknowledgements

This project is majorly based on the original version of WebAuthn Library developed and published by duo-labs

Original Acknowledgements

I could not have made this library without the work of Jordan Wright and the designs done for our demo site by Emily Rosen. When I began refactoring this library in December 2018, Koen Vlaswinkel's Golang WebAuthn library really helped set me in the right direction. A huge thanks to Alex Seigler for his continuing work on this WebAuthn library and many others. Thanks to everyone who submitted issues and pull requests to help make this library what it is today!

About

A fork of WebAuthn (FIDO2) server library from duo-labs/webauthn with improved programmability.

Topics

Resources

License

Stars

Watchers

Forks

Languages