Give the ability to your application, to leverage the local authentication framework to allow in-app user authentication using fingerprint or face id sensors.
Supported features
iOS Touch ID
iOS Face ID
Android Fingerprint
How to use this plugin?
Use TouchId client action in order to request fingerprint or face id validation on the users device. This client action returns True if the user has been authenticated successfully or False otherwise. It also allows for a small text to be displayed explaining why this credential is being requested.
Known limitations
For Android 9 and above, the CheckBiometricType client action will return the default "Biometric" value, which can be any biometric method - face, fingerprint, or iris.
It is possible that, for some Android devices, face id won't be recognized as a method of biometric authentication. This is because not all manufacturers (OEMs) provide a face id method implementation that the Android system accepts as secure for authentication. More info here.
Licensing
TouchId plugin for Apache CordovaMIT License (MIT)Copyright © 2016 Lee Crossley <leee@hotmail.co.uk>Apache License 2.0Copyright © 2016 Matthew Wheatley <mattjwheatley@gmail.com>
Bug Fix: