Page 1 of 1

Auto login user Angular/Ionic

Posted: Mon Jul 13, 2015 5:20 pm
by Peter Perecz

Hi there,

Could you pls help me out with the following;

I would like to set up an auto login function in Angular/Ionic. My problem is that I can't find a way how to retain a value after the app is closed. It seems even the ones set by the setting service loose the value when browser/app closed.

Is there a way to solve this?

I guess I am looking for an Angular / Ionic alternative of this;
https://getsatisfaction.com/apperyio/...

Thanks,
Peter


Auto login user Angular/Ionic

Posted: Tue Jul 14, 2015 4:22 pm
by Pavel Zarudniy

Hi Peter,
You can use the same steps for the Angular/Ionic app.


Auto login user Angular/Ionic

Posted: Wed Jul 15, 2015 7:54 pm
by Peter Perecz

Hello Pavel,

With a bit of workaround I could get it working.

  • Thanks.

    Peter