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

added vite env support and updated README.md with info #22

Closed jayantamadhav closed 1 year ago

jayantamadhav commented 1 year ago
  1. Added lookup for VITE_SECURE_LOCAL_STORAGE_HASH_KEY for HASH_KEY_CUSTOM for both cypress & process.env
  2. Updated README.md with info