Fingerprint authentication

Fingerprint authentication

Now a day, we have seen that most of our Android phone contains fingerprint authentication. And we can implement that fingerprint authentication in our app so to secure our app as much as we can. In this article, we will take a look at the implementation of fingerprint authentication.

What is authentication?

Authentication is the process of determining whether someone or something is, in fact, who or what it says it is. ... For purposes of user identity, users are typically identified with a user ID, and authentication occurs when the user provides credentials such as a password that matches their user ID.

Types of authentication?

  1. BIOMETRIC_STRONG
    Learn here :-developer.android.com/reference/androidx/bi..

  2. BIOMETRIC_WEAK.
    Learn here:- developer.android.com/reference/androidx/bi..

  3. DEVICE_CREDENTIAL.
    Learn here:-https://developer.android.com/referen..

Source code:-

Github:- github.com/anuj0612/fingerprint-auth

Note: Please give star on Github if code is use full for you.

Thank you :)