sjhoeksma / cordova-plugin-keychain-touch-id

Touch ID plugin with saving password in keychain for IOS and android
87 stars 160 forks source link

faceID for android #65

Open mrkhanaa opened 5 years ago

mrkhanaa commented 5 years ago

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

uxFeranmi commented 4 years ago

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 commented 4 years ago

Can we use AIO plugin with secure storage plugin?

jeandonaldroselin commented 3 years ago

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 commented 3 years ago

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 https://github.com/sjhoeksma/cordova-plugin-keychain-touch-id/issues/65#issuecomment-871423718, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRT6SXXHQZKU33NT3PTGJ3TVMOQ5ANCNFSM4HMYCGGA .

mlynch commented 2 years ago

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)