martinkasa / capacitor-secure-storage-plugin

Capacitor plugin for storing string values securly on iOS and Android.
MIT License
153 stars 55 forks source link

feat: secure the data behind biometric or pin check #16

Open IlCallo opened 4 years ago

IlCallo commented 4 years ago

Will you be interested into implementing (or accetting PRs) about adding the ability to use setUserAuthenticationRequired (and it's iOS corrispective) to secure the data (if biometric sensors are available)?

Inspiration: https://medium.com/beautycoder/android-security-and-fingerprint-ef0f6f344888

Related (exactly the opposite problem): https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/issues/186