To secure the localStorage you can encrypt the data with any encryption lib. CryptoJS is a good one.
Also to secure your encryption key store it in .env file if you can, and access it from node process.
For Redux I do not know, but If I try that or come to know about It I will update the comment. 🙂
I want to know how we can hide redux from the console on production and please tell me how we secure or local storage on production or dev
Hello, did you able to find the answer for localstorage or redux ?
Thanks - Dan
Not yet bro
For redux issue you can reffer to this StackOverflow
thanks boi
To secure the localStorage you can encrypt the data with any encryption lib. CryptoJS is a good one.
Also to secure your encryption key store it in
.env
file if you can, and access it from node process.For Redux I do not know, but If I try that or come to know about It I will update the comment. 🙂
Thank you boi 😊