How do you ensure secure authentication for a student-only app (ID card scan + OTP)? Any frameworks/libraries that integrate smoothly with React Native?
ID Card Scan
OTP Verification
Secure Session
| Task | Library |
|---|---|
| OCR / ID Scan | react-native-ml-kit |
| OTP Auth | @react-native-firebase/auth |
| Secure Token Store | react-native-keychain / SecureStore |
| HTTP Requests | axios (with HTTPS) |