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

fix: in token endpoint request, do not decode the response data if it is not encoded #393

Merged
merged 2 commits into from
Dec 2, 2019

Commits on Nov 26, 2019

  1. fix: in token endpoint request, do not decode the response data if it…

    … is not encoded
    
    The interface of the underlying transport
    'google.auth.transport.Request' that makes the token
    request does not guarantee the response is encoded. In Python 3, the
    non-encoded strings do not have 'decode' attribute. Blindly decoding all
    the response could have the token refresh throw here.
    CodingFanSteve committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    87c6b03 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    c317fc3 View commit details
    Browse the repository at this point in the history