kelumkps / sg-travel-buddy-client

Client Application for SG Travel Buddy
https://play.google.com/store/apps/details?id=com.sgtravelbuddy.mobile
MIT License
1 stars 0 forks source link

Unable to login to the application #11

Closed kelumkps closed 8 years ago

kelumkps commented 8 years ago

Unable to login to the application. Also login session is not persisted after exiting and re launching.

kelumkps commented 8 years ago

The issue was with $cookieStore. Initially we used the AngularJS $cookieStore service - part of the ngCookies module (view here) - to store a login token that verifies the user as they navigate around our application. The problem was that Cordova does not properly recognize $cookieStore as a way to store data locally. To fix this we opted to use localStorage.