a secure way to store user information in local storage?
Hi Team,
I want my app to remember user's username and password, and may be other information so that the app will automatically log them in when they start it.
To do that, I thinking about using local storage to store user name and password. But it may be be safe as localstorage can be easily seen using e.g. developer tool in google chrome.
How can I securely store the information on user client?
Thanks & Regards
Dongzhi