tuum-tech / identify

MIT License
7 stars 3 forks source link

Verify whether the google auth token is valid everytime #28

Closed kpachhai closed 1 year ago

kpachhai commented 1 year ago

Currently, we are only checking for the validity of the google auth token whenever the user first configures their google account. We need to be doing this each time the snap tries to contact google drive for anything and return an appropriate result back to the website so the user knows he needs to reconfigure their google account again. Maybe we can get this validation check as part of the plugin itself before each of the methods(query, save, delete, clear).