u2f-api
u2f-api copied to clipboard
U2F API for browsers
Hello, I think you should state out in the README that the u2f api ist deprecated since February 2022. You can read about that for example in [this article](https://thenewstack.io/deprecation-from-u2f-api-to-webauthn/). Since...
Hi. Safari >13 support was supposedly added to v 1.2.0, but I can't get it to work. Safari support requires a match for `navigator.userAgent.match( /Safari\/(1[3456789])/ )`, but this does not...
Hi, it is possible to add new Edge browser to the list of supported browsers?
when we pass invalid sign request in sign request , throws error - ``` Error: Sign failed ``` I think we should give more details like error code.
Hey, get this error after register method. After debugging `u2f-api` I see that chrome return `responseData: {errorCode: 2}` in `this.port_.onMessage.addListener(function (message) ` line ``` Error: Registration failed at makeError (u2f-api.js:77)...
On the windows 1903 update microsoft is limiting native access to fido devices, they are providing their own API for interaction, the links below might be useful: - https://github.com/Yubico/libu2f-host/issues/130 -...