Page 1 of 1

a secure way to store user information in local storage?

Posted: Tue Jun 30, 2015 10:47 am
by Dongzhi Yang7528784

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


a secure way to store user information in local storage?

Posted: Tue Jun 30, 2015 3:01 pm
by Evgene Karachevtsev

Hello Dongzhi,

Please check this post:
https://getsatisfaction.com/apperyio/...


a secure way to store user information in local storage?

Posted: Wed Jul 01, 2015 7:21 am
by Dongzhi Yang7528784

Thanks, it helps