jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Authentication token from development environment cannot be reused on production #125

Open jwir3 opened 7 years ago

jwir3 commented 7 years ago

Within the .DMG version of Arbitrator, the calendar list doesn't seem to load.

jwir3 commented 7 years ago

This is coming from identity information not being the same (auth token) between production and development keys. Perhaps we should use a single set of keys for both.

If we don't do this, then we'll need to manually log a user out when the authorization token isn't valid (we're not handling this case right now, which seems to be the problem). Essentially, we need to clear all user data in the userConfig.json file and have them login again.