react-native-touch-id
react-native-touch-id copied to clipboard
touch ID success response
Would it be possible to send through an ID of the person that has been authenticated, instead of TRUE.
Need this because we trying link a persons touch ID settings to their account Say if the touch ID has changed, the new person would now be authenticated to login using the touch ID
this is a big loop hole for a lot of apps
I'm looking for something like that to enable data encryption via some kind of fingerprint hash. Currrently I can lock the application, but the data stored by it is raw bytes written into disk memory.
I'd like to encrypt the data with fingerprint before storing and decrypt before reading/unlocking.