Reputation: 731
Before implementing, I like to have an idea.Here is how i think it works, The first time user logs in into my app with username and password I save both the user and pass in my app. Second time, user willing to enter the app I give him option to use fingerprint inster of entering usename + password. If he uses fingerprint, I validate it and if validation is successful I use the saved username and password to call the login api. Is this way of thinking, and flow right?
Upvotes: 0
Views: 3985
Reputation: 7653
To login with fingerprint API, you have to :
http://android-developers.blogspot.fr/2015/10/new-in-android-samples-authenticating.html
Upvotes: 10