venkatesh-sivaraman / FireRoad-Android

Android version for the MIT course planner app.
MIT License
2 stars 0 forks source link

Users can't always log in and sync data #1

Open venkatesh-sivaraman opened 5 years ago

venkatesh-sivaraman commented 5 years ago

Some users have reported not being able to see course recommendations despite being logged in. Many users aren't logged in at all, as seen in the Android vs backend usage data.

Possible causes: 1) OIDC issues preventing the login request from going through 2) Not saving login info correctly after it's obtained 3) Need to remind the user to log in when opening the app in the future