Founder & CTO of Audelabs.
We build attractive, modern websites and mobile apps running on the cloud using the NodeJS and Typescript ecosystem. I also work in the .NET platform with C#, C++ and Rust
Well, you stated that using Local Storage for sensitive information is bad, and that's OK. But just saying "do not use" doesn't constitute good advice. There are good and bad choices, as always. Know your choices and act accordingly.
Founder & CTO of Audelabs.
We build attractive, modern websites and mobile apps running on the cloud using the NodeJS and Typescript ecosystem. I also work in the .NET platform with C#, C++ and Rust
I like to use github.com/localForage/localForage because it uses IndexedDB or WebSQL but it falls back to local storage when needed. Still, security advice holds.
Well, you stated that using Local Storage for sensitive information is bad, and that's OK. But just saying "do not use" doesn't constitute good advice. There are good and bad choices, as always. Know your choices and act accordingly.
Totally! I agree.
I like to use github.com/localForage/localForage because it uses IndexedDB or WebSQL but it falls back to local storage when needed. Still, security advice holds.
This looks awesome. Thanks for sharing Alex.