cordova-plugin-android-fingerprint-auth | cordova plugin for fingerprint authentication | Authentication library
kandi X-RAY | cordova-plugin-android-fingerprint-auth Summary
kandi X-RAY | cordova-plugin-android-fingerprint-auth Summary
This plugin was created referencing the Fingerprint Dialog sample and the Confirm Credential sample referenced by the Android 6.0 APIs webpage. This plugin will open a native dialog fragment prompting the user to authenticate using their fingerprint. If the device has a secure lockscreen (pattern, PIN, or password), the user may opt to authenticate using that method as a backup. This plugin will only work on devices whose manufacturers have implemented the Android 6.0 Fingerprint Authentication API. This plugin does not support the Samsung Pass SDK and not all Samsung devices implement the Android 6.0 Fingerprint Authentication API. If you are testing this plugin on a Samsung device and it is not working, please check the device compatibility before reporting an issue.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Executes the fingerprint authentication action
- Delete a string preference
- Use backup lock screen
- Shows the authentication screen
- Callback method to be called when the activity is done
- Initializes the cipher
- Creates a key in the key store
- On authentication
- Create view
- Switches to the backup screen
- On error
- Updates the visibility of the dialog
- Called when a request is granted
- Check if fingerprint authentication is available
- Sends the availability result
- Called when the activity is connected
- Called when it is resume
- This method is called when the user exits
- Called when dialog is canceled
- Handles the authentication process
- Initializes the Activity
- Invoked when an authentication error has occurred
- Called when an error occurs on the user
- Called when the finger authentication fails
- Sets the fingerprint to be displayed
- Initializes the context
cordova-plugin-android-fingerprint-auth Key Features
cordova-plugin-android-fingerprint-auth Examples and Code Snippets
Community Discussions
Trending Discussions on cordova-plugin-android-fingerprint-auth
QUESTION
So I am trying to integrate touch authentication into my app. I took a look at this article http://ourcodeworld.com/articles/read/190/how-to-use-fingerprint-authentication-in-cordova-phonegap-ionic-for-android-and-ios and it looked like exactly what I wanted. It used this https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth.git and https://github.com/EddyVerbruggen/cordova-plugin-touch-id plugin.
Now this is when you find out I'm a newb with Angular and Ionic. How do I pass those functions into the controller, so that I can have something like this:
...ANSWER
Answered 2017-Jun-02 at 05:38you can do this by making service or factory
assuming this that you have installed the plugin successfully from : https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth
you can use this in this way
make a factory of $touchAuth
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cordova-plugin-android-fingerprint-auth
You can use cordova-plugin-android-fingerprint-auth like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the cordova-plugin-android-fingerprint-auth component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page