u2f
u2f copied to clipboard
Go FIDO U2F Library. This Go package implements the parts of the FIDO U2F specification required on the server side of an application.
**add go.mod** A basic go.mod file with go 1.14 requirement (N-3 at the moment). It could be older or newer if you wish. **allow overriding rand.Reader and time.Now** and **make...
Hi, I just wanted to let you know that I used your library for a project that I wrote: https://github.com/bruj0/vault-plugin-auth-u2f Thanks for making it available! Cheers, Rodrigo
This code https://github.com/tstranex/u2f/blob/d21a03e0b1d9fc1df59ff54e7a513655c1748b0c/util.go#L107-L116 compares the `facetID` to be equal to the `Origin`, as reported by the client. However, the [specs](https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-appid-and-facets-v1.2-ps-20170411.html) say: > If the caller's FacetID is an https:// Origin...
Backward compatible: - Feature: virtual u2f device package for integration testing Incompatible, need major version increment: - Disable attestation cert verification by default (impossible to keep certs up to date,...
I am trying to register a u2fzero token and I get the error above. However the device does seem to work with Google and other sites that support u2f. Any...