feat(mobile): Biometric Hardware-Secured Farmer Authentication in Mobile App - #1342
Open
hrshjswniii wants to merge 2 commits into
Open
feat(mobile): Biometric Hardware-Secured Farmer Authentication in Mobile App#1342hrshjswniii wants to merge 2 commits into
hrshjswniii wants to merge 2 commits into
Conversation
…di Governance & Dispute Voting
…ion in Mobile App
|
@hrshjswniii is attempting to deploy a commit to the Nitya Gosain's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Overview
This PR implements [feature] : Biometric Hardware-Secured Farmer Authentication in Mobile App bringing hardware-backed biometric unlock (TouchID / FaceID / Fingerprint) to the Expo mobile app, allowing smallholder farmers logging harvests in remote fields to authenticate sessions securely and quickly without typing passwords on field screens.
Key Changes Introduced:
mobile/src/services/biometricAuthService.ts] wrappingexpo-local-authenticationandexpo-secure-storefor hardware capability checking, biometric prompt invocation, and secure key storage.mobile/app/(tabs)/profile.tsx] with an interactive Biometric Lock (फ़िंगरप्रिंट अनलॉक) toggle switch requiring biometric verification prior to enabling/disabling lock preferences.mobile/verify-mobile-i18n.js] verifying biometric hardware check functions and profile screen integration (100% verification pass).🛠️ Type of Change
🔗 Related Issue
Closes #1308
🧪 Testing & Verification
npx hardhat testpassed? (N/A)node verify-mobile-i18n.jspassed? (Yes) — 100% parity & biometric hardware checks passing.✅ PR Checklist
💬 Additional Notes
mobile/src/services/biometricAuthService.ts]mobile/app/(tabs)/profile.tsx]mobile/verify-mobile-i18n.js]