Reputation: 143
I am working on a React-Native web-based application and I want to create a new style of authentication.
here what I hope to do: -
I want to scan the user Fingerprint and save it to my database, then instead of giving me username and password.
He just uses his fingerprint and it will login.
so, is there any library or anything to help me scanning the fingerprint id and get its value to be saved?
it is critical for me please HELP!
Upvotes: 3
Views: 2775
Reputation: 8965
for ios you need to use Touch ID and, here is good example you can implement like that
http://blog.theodo.fr/2018/04/add-touch-id-react-native-app/
give specific error so people can help more .
Upvotes: 0