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

Dev/env update #31

Closed sushinpv closed 1 year ago

sushinpv commented 1 year ago

NextJs and other libraries uses a build time binding for process.env and dynamic fetch of these data was not working as expected on the previous build. It has been fully fixed