You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, authorize() doesn't check if the user already has cached tokens (sometime in the past) and if they do, then don't show these two questions:
I think we should check for tokens in the cache folder and if it doesn't exist, then display the above questions, but if it does exist, then grab those cached tokens.
The text was updated successfully, but these errors were encountered:
Currently,
authorize()
doesn't check if the user already has cached tokens (sometime in the past) and if they do, then don't show these two questions:I think we should check for tokens in the cache folder and if it doesn't exist, then display the above questions, but if it does exist, then grab those cached tokens.
The text was updated successfully, but these errors were encountered: