Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 922 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 922 Bytes

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