Registry / auth / tstranex-u2f

tstranex-u2f

JSON →
library1.0.0gogounverified

A Go implementation of the server-side FIDO Universal 2nd Factor (U2F) specification for two-factor authentication.

go get github.com/tstranex/u2f
INSTALL
IMPORT
SIG · TSTRANEX-U2F
T
tstranex-u2f
authgov1.0.0
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.

u2f
github.com/tstranex/u2f

Generate a U2F authentication challenge.

package main import ( "fmt" "github.com/tstranex/u2f" ) func main() { appID := "https://example.com" challenge, err := u2f.NewChallenge(appID, []string{appID}) if err != nil { panic(err) } fmt.Println(challenge) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
tstranex-u2f — go get tstranex-u2f · libregistry