react-secure-storage
react-secure-storage copied to clipboard
This is a wrapper written above local storage to write the data securely to local storage
This PR has been created on behalf of @jsmunroe, Added support for sessionStorage
HI, unable to retrieve a value for the given key when using VITE_SECURE_LOCAL_STORAGE_PREFIX else when using default prefix it woks fine ``` type AllowedDataTypes = string | boolean | number...
I was anticipating the merge of [pull/40](https://github.com/sushinpv/react-secure-storage/pull/40). However, since it hasn't been merged yet, I thought the PR might have been discontinued. Given that others are also interested in this...
I'm using React 18 under the Remix Framework and configuring it with Vite. My necessary keys are written in the .env file. I am importing secureLocalStorage like this: ``` import...
This just does an overall README makeover, with some style enhancements, typo corrections and file formatting.
This PR focuses on bumping some non-breaking dependency versions. This gets rid of some issues like [crypto-js' Critical Severity](https://github.com/advisories/GHSA-xwcq-pm8m-c4vf)