react-native-sensitive-info icon indicating copy to clipboard operation
react-native-sensitive-info copied to clipboard

Remember fingerprint for X minutes

Open davux opened this issue 2 years ago • 1 comments

Hello,

It would be useful to be able to do fingerprint-protected operations but with some optional caching, so that repetitive gets/sets don't keep asking for fingerprint authentication insistently.

Of course, the caching logic can be implemented externally by keeping the result in memory and maintaining a timestamp, but that's inconvenient and also can't be applied to write operations (setItem, deleteItem...) since the app can be killed at any moment.

What do you think?

davux avatar Apr 11 '22 21:04 davux

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 31 '22 02:05 stale[bot]