jwir3 / arbitrator

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

Save google login token #20

Closed jwir3 closed 8 years ago

jwir3 commented 9 years ago

It would be really nice if a user didn't have to constantly log in and out. We might be able to save our auth token from Google into the preference store, in which case we could simply make the system login automatically with this for future calls.

We'll have to find some way of clearing it, though.