naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.

Home Page:https://www.npmjs.com/package/react-native-touch-id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passcode auth

thanglyphan opened this issue · 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 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.