codihuston / gairos

A time-keeper and scheduler for tasks
9 stars 2 forks source link

Handle "Invalid Request" from google on front-end #31

Open codihuston opened 4 years ago

codihuston commented 4 years ago

This generally indicates that the google auth token for the user has expired. Need to redirect them to log in if this is the case.

More preferably, the end-user should never have to re-login, and the google refresh token should handle this automatically...