You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this lib to implement a fingerprint login on Android+Chrome. But then I received "android-safetynet" value in server/src/registration.js, where there is only "fido-u2f" and "packed" supported. So I forked and added the the option (but I'm no expert). Might be useful to others.
What I don't understand is why no one else had the issue ? Did I do smthg wrong on the client ?
Also I can't get this to work on Chrome on Windows. More exactly the fingerprint options is not proposed, only the security key. I feel this is more related to Windows than to the lib but I'd like to hear if someone has succeded using this on Windows ?
The text was updated successfully, but these errors were encountered:
This library was released to fulfill the needs of an authentication with a FIDO2 key only.
All other authentication methods weren't implemented. See the roadmap at the end of the README:
To my knowledge, it is not planned to implement the support of the other authentication methods any time soon.
But this repository is open-source, feel free to contribute!
I used this lib to implement a fingerprint login on Android+Chrome. But then I received "android-safetynet" value in server/src/registration.js, where there is only "fido-u2f" and "packed" supported. So I forked and added the the option (but I'm no expert). Might be useful to others.
What I don't understand is why no one else had the issue ? Did I do smthg wrong on the client ?
Also I can't get this to work on Chrome on Windows. More exactly the fingerprint options is not proposed, only the security key. I feel this is more related to Windows than to the lib but I'd like to hear if someone has succeded using this on Windows ?
The text was updated successfully, but these errors were encountered: