[SOLVED] Avoid having to enter username and password every login

Hi, i am using the stock user login/signup workflow in my App, its working fine but I would like to not have to enter the username and password every time I open the App from my home screen.

How could I access localstorage and save a token or something to enable this?

You can run a workflow on page load that says if user is logged in, navigate to some other page

Do you have the stay logged in information still there?

Thanks, yes I had stay logged in in the workflow, I think what was missing is the “if user logged in, navigate into app” part, its working now, thanks all!

1 Like

Bear in mind that it only works on a per-device basis.