You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rakhimosip
changed the title
A resident should be ablke to setup biometric unlock feature on their app
A resident should be able to setup biometric unlock feature on their app
Jul 8, 2022
Proposed solution
During the first installation and setup, the user should be able to select between passcode and bio unlock options for the app.
If the user selects bio to unlock, an option to record biometrics is presented based on the device setting and model.
After the biometric is recorded the app prompts the user to set a passcode to unlock. This is a fallback mechanism in case bio unlock is disabled.
A user can enable/disable bio unlock at any point. They can use the 'Biometric unlock' option in the Profile section of the app.
Implementation Notes:
While setting up biometric unlock the app only stores a flag that says this feature is enabled (no actual biometric data is stored in the app).
For bio unlock the app uses Expo's Local Authentication module (https://docs.expo.dev/versions/latest/sdk/local-authentication/). It uses the same biometric configuration that the user setup for unlocking their phone.
Linked Issues:
https://github.com/idpass/idpass-mosip-resident-app/issues/16
idpass#27
Linked Bugs
idpass#167
idpass#196
The text was updated successfully, but these errors were encountered: