microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
7.75k stars 1.63k forks source link

FIDO2 pin support / feature-parity with google play services #2127

Open Yannik opened 6 months ago

Yannik commented 6 months ago

Is your feature request related to a problem? Please describe. Google play services now support using FIDO2 with pin: https://www.rprna.com/news/google-play-system-fido2-pin-support/

It would be great to have this supported in microg too.

Describe the solution you'd like

Something similar to the flow with google play services:

image

image

Yannik commented 1 month ago

There is a PR for this here: https://github.com/microg/GmsCore/pull/2194