Closed ralfstx closed 8 years ago
This is implemented on iOS for 1.9.
There is a global object secureStore
available on iOS. It's still not documented and considered internal.
We agreed to declare secureStore
public API. Documentation has been added. Fixed with b0bc79d.
Provide an additional storage API to store data in a trusted environment on the native client. On iOS this would be the iOS KeyChain. The API should be the same as localStorage.
This cordova plugin may be considered as an alternative.