Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authorize() should check if cached credentials already exist #48

Open
howardbaik opened this issue Dec 6, 2023 · 1 comment
Open

authorize() should check if cached credentials already exist #48

howardbaik opened this issue Dec 6, 2023 · 1 comment
Assignees

Comments

@howardbaik
Copy link
Contributor

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:

Screenshot 2023-12-06 at 10 56 00 AM

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.

@howardbaik howardbaik self-assigned this Dec 6, 2023
@cansavvy
Copy link
Collaborator

cansavvy commented Dec 6, 2023

Yes. This has been a thing I keep noticing but have yet to do anything about it. Thanks for tracking it @howardbaek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants