Saturday, 13 May 2017

authentication using android + nodejs

I am trying to build a android app with nodejs on the server using postgresql as database, some days ago i used passport to do a simple authentication in a website.

But with android i want to keep the session alive even if the user doens't have connection with the server, so maybe i need to save the session on device cache.

So i want to register, login, save the session on the device and keep authenticated how can i do something like that with the mobile device? is it a good idea to use passport? i searched a lot i don't seem to figure out a good solution for this :/



via Antonio Costa

No comments:

Post a Comment