Page 1 of 1

I need to be able to keep a user signed in.

Posted: Sun Jul 19, 2015 8:56 pm
by A.W.H.

I want to be able to keep a user signed in.

And once a user signs up for the first time, they have to submit their information.

Also, how do I keep them signed in AND navigate to a different page once they've submitted their information?

http://appery.io/app/view/759808b6-f3...


I need to be able to keep a user signed in.

Posted: Tue Jul 21, 2015 4:06 pm
by Evgene Karachevtsev

Hello Avery,

Sorry for the radio silence, we are working on your issue and will post an update here, if you don't mind:
https://getsatisfaction.com/apperyio/...


I need to be able to keep a user signed in.

Posted: Tue Jul 21, 2015 10:59 pm
by A.W.H.

Please update me soon!


I need to be able to keep a user signed in.

Posted: Sun Jul 26, 2015 11:34 pm
by A.W.H.

Bump


I need to be able to keep a user signed in.

Posted: Wed Jul 29, 2015 1:43 am
by Yurii Orishchuk

Hi Avery,

Here is a common way to implement it:

1 User login into db.
2 Store login and password in local storage.
3 Every time you have opened the app - make login with stored user and password or use existent sessionToken.

Regards.


I need to be able to keep a user signed in.

Posted: Wed Jul 29, 2015 3:44 am
by A.W.H.

Yurii,

I am using Auth0 login for username and password.

Password is not stored directly to Appery database.

How do I get the password to keep user logged in?


I need to be able to keep a user signed in.

Posted: Mon Aug 03, 2015 9:24 am
by Serhii Kulibaba

Hello,

You can save user's id_token in storage variable and use it in the next app's runs.