Registry / auth / marshallbrekka-go-u2fhost

marshallbrekka-go-u2fhost

JSON →
library0.0.0-20210111072507-3ccdec8c8105gogounverified

A Go library for communicating with U2F (Universal 2nd Factor) security keys from a host application.

go get github.com/marshallbrekka/go-u2fhost
INSTALL
IMPORT
SIG · MARSHALLBREKKA-GO-
M
marshallbrekka-go-u2fhost
authgov0.0.0-20210111072507-3ccdec8c8105
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.

u2fhost
github.com/marshallbrekka/go-u2fhost

Lists connected U2F devices.

package main import ( "fmt" "github.com/marshallbrekka/go-u2fhost" ) func main() { devices, err := u2fhost.Devices() if err != nil { panic(err) } fmt.Printf("Found %d U2F devices\n", len(devices)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210111072507-3ccdec8c8105latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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