Skip to content

Usable example of implementation app protection with passcode and biometric

Notifications You must be signed in to change notification settings

Navipro70/react-native-passcode-example

Repository files navigation

Usable example of implementation app protection with passcode and biometrics

All logic located at src/services/LocalLogin.tsx

This example use react-native-keychain to store protected data and react-native-biometrics for biometric usage.

Veritification of biometric is going on client side with RSA algorythm (publicKey stored at keychain store).

Passcode usage Biometrics and passcode reset
Passcode usage example Biometrics usage and passcode reset example