react-native-touch-id icon indicating copy to clipboard operation
react-native-touch-id copied to clipboard

Passcode auth

Open thanglyphan opened this issue 5 years ago • 1 comments

How can I authenticate the local user with passcode? I would like to have it as an fallback option when faceid/touchid fails. Does anyone know?

thanglyphan avatar Sep 10 '19 14:09 thanglyphan

@thanglyphan I don't this it is possible with this package. I am using a fork of this outdated package https://www.npmjs.com/package/react-native-passcode-auth to authenticate with Passcode as a fallback for failed FaceID/TouchID attempts.

However, it would be very nice if this feature could be implemented in this package. Especially when using password as a fallback is not always possible - think about paswordless apps, where authentication is done via sms/email code or magic links.

KristineTrona avatar Sep 13 '19 11:09 KristineTrona