Registry / auth / duo-labs-webauthn

duo-labs-webauthn

JSON →
library0.0.0-20221205164246-ebaf9b74c6ecgogounverified

A Go implementation of the WebAuthn (FIDO2) protocol for passwordless authentication.

go get github.com/duo-labs/webauthn
INSTALL
IMPORT
SIG · DUO-LABS-WEBAUTHN
D
duo-labs-webauthn
authgov0.0.0-20221205164246-ebaf9b74c6ec
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webauthn
github.com/duo-labs/webauthn

Initialize a WebAuthn instance with relying party configuration

package main import ( "fmt" "github.com/duo-labs/webauthn/webauthn" ) func main() { webAuthn, err := webauthn.New(&webauthn.Config{ RPDisplayName: "Example Corp", RPID: "localhost", RPOrigin: "http://localhost:8080", }) if err != nil { panic(err) } fmt.Println(webAuthn.Config.RPDisplayName) }
Debug
Known issues
breakingThe library has been archived; consider using github.com/go-webauthn/webauthn for active development.
fix
Switch to the maintained fork github.com/go-webauthn/webauthn.
affects: *
Upgrade
Version history
0.0.0-20221205164246-ebaf9b74c6eclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
OpenAI (training)
1
Resources
duo-labs-webauthn — go get duo-labs-webauthn · libregistry