Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use credentials like PIN, pattern, or password for devices doesn’t support biometrics #279

Open
tahahaz1374 opened this issue Feb 13, 2024 · 2 comments

Comments

@tahahaz1374
Copy link

Hello there
I am working on a React Native app (with react native CLI) to implement authentication. For Android, implementing Biometric authentication is not bad, but since some of devices don't support biometrics, we have to implement secure sign in for them as well.
So, how to authenticate in the app using lock screen credentials like PIN, pattern, or password for devices that don't support Biometrics?

@bendspoons
Copy link

Dunno if that helps, but i use this as a Alternative/Fallback, but i did adjust it to my needs

https://www.npmjs.com/package/@anhnch/react-native-pincode

@tahahaz1374
Copy link
Author

Dunno if that helps, but i use this as a Alternative/Fallback, but i did adjust it to my needs

https://www.npmjs.com/package/@anhnch/react-native-pincode

It's not a good idea because when I use this package, I have to store this PIN somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants