Page 1 of 1

login off line

Posted: Fri Jul 12, 2013 6:51 pm
by Vitor Alexandre de Barba

How can i save login and passord to pass off line mode.


login off line

Posted: Fri Jul 12, 2013 7:28 pm
by Maryna Brodina

Hello! Sorry, not sure I understand. Could you explain in more details what are you going to do?


login off line

Posted: Tue Jul 16, 2013 1:01 am
by Vitor Alexandre de Barba

Excuse me, my English is so bad that neither google saves. I'll rephrase the question. I get to work with some of the local database and synchronize this with the database of the cloud.

When I am local can perform user validation. I know that the first time will have to be connected, but not after.

Thank you,


login off line

Posted: Tue Jul 16, 2013 8:08 am
by Maryna Brodina

Hello! It depends on purpose you need to login.
1) If you need to login just to get an access to another pages you can store login and password into localStorage.
2) if you need to login to get DB sessionToken (if you're going to change anything in DB) - then you would need to login online as sessionToken might expire.