sushinpv / react-secure-storage

This is a wrapper written above local storage to write the data securely to local storage
https://npmjs.com/package/react-secure-storage
MIT License
126 stars 12 forks source link

update storage prefix from env file #7

Closed jahidulsaeid closed 1 year ago

sushinpv commented 1 year ago

Adding support for Local Storage Prefix key,

Now users can customize the key using

SECURE_LOCAL_STORAGE_PREFIX=xxxxxxx or REACT_APP_SECURE_LOCAL_STORAGE_PREFIX=xxxxxxx

jahidulsaeid commented 1 year ago

Thank you,

Can you please update the npm package.