go-libfido2 icon indicating copy to clipboard operation
go-libfido2 copied to clipboard

libfido2 bindings for golang

Results 6 go-libfido2 issues
Sort by recently updated
recently updated
newest added

FIDO2_EXAMPLES=1 go test -v -run ExampleDevice_MakeCredential is failing with timeout

Hi, Do you have any examples or pointers on verifying assertion ? If i understand correctly, AuthDataCBOR needs to be decoded from CBOR, but im unsure how to parse the...

A yubikey can be forced in u2f mode by invoking ``` fido_dev_force_u2f(token); ``` `MakeCredential` should invoke this before calling `fido_dev_make_cred`, perhaps if MakeCredentialOpts had a `ForceU2F=true` field or some such....

The docs for fido_init() say it must be called before any other fido_ function on a given thread. Since we have no guarantees about the mapping of goroutine to thread,...

I am seeing reference to U2F in the source code of this lib. why would not the Fido U2F app on the Ledger Nano not supported? thanks

Not all errors codes are mapped.