Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.2
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 25, 2019

  1. fix: make gRPC auth plugin non-blocking + add default timeout value f…

    …or requests transport (#390)
    
    This commit includes the following changes:
    - `transport.grpc.AuthMetadataPlugin` is now non-blocking as gRPC requires
    - `transport.requests.Request` now has a default timeout value of 120 seconds so that token refreshing will not be stuck
    
    Resolves: #351
    chenyumic authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0c33e9c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

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

    … is not encoded (#393)
    
    * 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 authored and busunkim96 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    3b5d3e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7305072 View commit details
    Browse the repository at this point in the history
Loading