Registry / auth / go-webauthn-webauthn

go-webauthn-webauthn

JSON →
library0.17.3gogounverified

A Go implementation of the WebAuthn (Web Authentication) specification.

go get github.com/go-webauthn/webauthn
INSTALL
IMPORT
SIG · GO-WEBAUTHN-WEBAUT
G
go-webauthn-webauthn
authgov0.17.3
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/go-webauthn/webauthn

Initializes a new WebAuthn instance with a relying party configuration.

package main import ( "github.com/go-webauthn/webauthn/webauthn" ) func main() { webAuthn, _ := webauthn.New(&webauthn.Config{ RPDisplayName: "My App", RPID: "localhost", RPOrigins: []string{"http://localhost"}, }) _ = webAuthn }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
go-webauthn-webauthn — go get go-webauthn-webauthn · libregistry