Login after signup for mobile

Hi,

I’m making a native app and I have a signup page and login page. I got a couple of questions:

Sign-up question:

  1. After the user fills up the signup page, I signup the user in the workflow then show a different group (since it is a native app). Doe this mean that the user is automatically logged on already? If not, how can i log them on automatically?

Login question:
2. Since its a native app, I want them to be logged on forever, Even when they quit the app or close the app, they should be identified as logged on again when they open the app. How can I do that?

Thank you.

2 Likes

hey Jogo, I have the same issue, Want the user to stay logged forever. Did you solve it?