eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

Provide a SecureStorage #833

Closed ralfstx closed 8 years ago

ralfstx commented 8 years ago

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.

patrykmol commented 8 years ago

This is implemented on iOS for 1.9.

ralfstx commented 8 years ago

There is a global object secureStore available on iOS. It's still not documented and considered internal.

ralfstx commented 8 years ago

We agreed to declare secureStore public API. Documentation has been added. Fixed with b0bc79d.