Skip to content
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

faceID for android #65

Open
mrkhanaa opened this issue May 14, 2019 · 5 comments
Open

faceID for android #65

mrkhanaa opened this issue May 14, 2019 · 5 comments

Comments

@mrkhanaa
Copy link

is there any option to use the faceID of android???

@uxFeranmi
Copy link

uxFeranmi commented Mar 7, 2020

In the past, Android only supported use of Fingerprint for keystore access. But since Android 10, the BiometricPrompt API allows use of 3D facial recognition and other secure biometric methods.

This feature is available on the Pixel 4 and more and more apps are using it. It would be truly great if this plugin could be updated to support this new API to extend biometric functionality to more android users.

Sadly, this plugin doesn't seem to be actively maintained anymore. Other cordova plugins like Fingerprint-AIO already support BiometricPrompt. However, Fingerprint-AIO doesn't support storing of encrypted credentials in the keychain yet so switching to that isn't possible yet. Would be awesome if the issue on fingerprint-aio would be resolved.

@sardapv
Copy link

sardapv commented Jul 23, 2020

Can we use AIO plugin with secure storage plugin?

@jeandonaldroselin
Copy link

I think the best solution for now is to include this plugin + AIO plugin and use this plugin only to save in the keystore and use AIO to make the biometric authentication.

@sardapv
Copy link

sardapv commented Jun 30, 2021 via email

@mlynch
Copy link

mlynch commented Sep 13, 2021

For those looking for iOS and Android biometric auth with full support for face and touch scanning, check out Ionic's Identity Vault (fully maintained and supported by Ionic): https://ionic.io/docs/identity-vault (paid)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants