A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

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

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...

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

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

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/...

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

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

Please update me soon!

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

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

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.

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

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

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

Hello,

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

Return to “Issues”