fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Feature: UserSettings #1304

Closed ichan-mb closed 5 years ago

ichan-mb commented 5 years ago

FuseJS/UserSettings module providing key-value pairs mechanism to store and retrieve primitive data types (string, number, boolean) as well as an array and a JSON object.

You can use this module to store information such as configuration data, application states, etc.

FuseJS/UserSettings module has builtin AES encryption when targeting Mobile (iOS & Android) so it is also the perfect method for storing sensitive information such as username, password, token API, etc.

This PR contains:

ichan-mb commented 5 years ago

I am closing this PR and create new one : https://github.com/fuse-open/fuselibs/pull/1310