-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add native support for hardware 2FA security keys #816
Comments
FIDO2 works fine on GrapheneOS in apps supporting it. |
Most apps implement FIDO2 via a Play services library. NFC FIDO2 works via sandboxed Play services, although with some UI quirks. USB and BT support are likely not working yet. Vanadium had to disable support for the Play services library temporarily but that should be able to get enabled again later. It would be nice if Chromium had their own implementation but it doesn't. https://play.google.com/store/apps/details?id=de.cotech.hw.fido.browser is an example of a WebView-based browser with an implementation not based on Play services. |
Thanks for the explanation. Also, interesting to see COTECH's implementation. Many thanks again and I'll follow the progress on Vanadium. |
I ran a few tests...
|
This may be more applicable to Vanadium in which case, apologies, please feel free to move/delete as necessary.
Currently no support within browsers for hardware security keys e.g. FIDO2 Yubikey etc.
Priority would be Vanadium but Bromite and other chromium based browsers also have the same issue.
USB and/or NFC support would be welcomed.
The text was updated successfully, but these errors were encountered: