Skip to content

[BUG] Don't load credentials from disk if reauth is True #212

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

Merged
merged 2 commits into from
Sep 11, 2018

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented Sep 8, 2018

If the credentials on disk are invalid, then get_user_credentials() may fail
before it can fetch fresh credentials.

Noticed first and fixed in pydata-google-auth package in
pydata/pydata-google-auth@7ce7f3f

Note about pydata-google-auth: eventually I'd like to move pandas-gbq
to use that package for auth, but since I'm not sure when I'll have that
package ready, I'm patching pandas-gbq, too.

If the credentials on disk are invalid, then `get_user_credentials()` may fail
before it can fetch fresh credentials.

Noticed first and fixed in pydata-google-auth package in
pydata/pydata-google-auth@7ce7f3f

Note about pydata-google-auth: eventually I'd like to move pandas-gbq
to use that package for auth, but since I'm not sure when I'll have that
package ready, I'm patching pandas-gbq, too.
@tswast tswast requested a review from max-sixty September 8, 2018 00:17
@max-sixty
Copy link
Contributor

eventually I'd like to move pandas-gbq to use that package for auth

👍

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

Successfully merging this pull request may close these issues.

2 participants