news-ai / tabulae

API for media list management
https://tabulae.newsai.org/
0 stars 0 forks source link

gmail google auth expires #314

Closed AbhiAgarwal closed 7 years ago

AbhiAgarwal commented 7 years ago

use "code" to get a new access token has a 50 number of times expirey on how many times you can get it

so check if token is valid n get new one if possible

if not possible then get the user to reauthenticate to get new "code" from google

AbhiAgarwal commented 7 years ago

not too sure if the "code" from google expires anytime. can't figure out how to make sure it's ok. can make sure access token is valid, but code might become problematic