-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Implement ResidentKeyRequirement #2022
Comments
This was added to the Play Services Fido API by Google earlier this year (along with a few other things) and thus isn't present in the implementation of microG yet. Will add soon. |
@relan |
Nightly is also updated with those changes. |
Good, thanks :) |
GeckoView builds fine with org.microg.gms:play-services-fido compiled from 666361a. Thanks! |
Is your feature request related to a problem? Please describe.
org.microg.gms:play-services-fido
does not have ResidentKeyRequirement. It's needed to replacecom.google.android.gms:play-services-fido
in Firefox. See the use in GeckoView.Describe the solution you'd like
Add ResidentKeyRequirement and related stuff (including builder method).
Describe alternatives you've considered
Made a patch to remove ResidentKeyRequirement but didn't have a chance to test it:
The text was updated successfully, but these errors were encountered: