How to save account password securely on local storage?
Hi,
I want to save username and password of the person, so that it's populated automatically when the user opens the app. This is similar to how appery tester app behaves.
One solution I found is to save username & password in localstorage variables and read from them. But I don't think it's a secure way. How has the appery tester app implemented this?
Thanks,
Rahul.