-
Notifications
You must be signed in to change notification settings - Fork 160
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
Comments
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. |
Can we use AIO plugin with secure storage plugin? |
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. |
AIO already has keychain functionality now.. go ahead with that.. this
plugin is drop dead!
…On Wed, Jun 30, 2021, 7:22 PM Jean-Donald Roselin ***@***.***> wrote:
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRT6SXXHQZKU33NT3PTGJ3TVMOQ5ANCNFSM4HMYCGGA>
.
|
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) |
is there any option to use the faceID of android???
The text was updated successfully, but these errors were encountered: