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
Plugin cordova secure storage permit to verify that Screen lock options PIN or Password is enabled and throw "Mobile is not secure" error if it's not. In capacitor plugin I don't see any init method. Is there a way to verify that the mobile is secure thanks to this plugin ?
Hi
This would be a nice addon. I am planning to migrate the cordova-plugin-secure-storage-echo to your capacitor plugin. Because of our internal security policy i need to check if the device is at least secured with pin-code.
At least for iOS it is implemented in the fork capacitor-secure-storage-plugin by introducing "accessibility" attributes that are passed to keychain-wrapper.
Hello,
Plugin cordova secure storage permit to verify that Screen lock options PIN or Password is enabled and throw "Mobile is not secure" error if it's not. In capacitor plugin I don't see any init method. Is there a way to verify that the mobile is secure thanks to this plugin ?
link :
https://support.google.com/android/answer/9079129?hl=en
https://www.npmjs.com/package/cordova-plugin-secure-storage-echo
sample of implementation :
Thanks in advance for your return,
The text was updated successfully, but these errors were encountered: