8000 Comparing v0.5.0...v0.6.0 · golang/oauth2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
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: golang/oauth2
Failed to load repositories. Confirm that selected base ref is valid, then tr 8000 y again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: golang/oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 17, 2023

  1. google/internal/externalaccount: Removed URL validation for google UR…

    …Ls in ADC files
    
    Removes URL validation for token_url, service_account_impersonation_url to allow for TPC urls and adds line to the docs to warn users. See googleapis/google-auth-library-nodejs#1517 for same change in node.js library.
    
    Change-Id: I85fa67ee0b99deed2adb75668a1b5501851c499c
    GitHub-Last-Rev: 15d7759
    GitHub-Pull-Request: #627
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/465696
    Reviewed-by: Cody Oss <codyoss@google.com>
    Run-TryBot: Cody Oss <codyoss@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Leo Siracusa <leosiracusa@google.com>
    aeitzman authored and codyoss committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c82d0e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. google: use Credentials instead of deprecated DefaultCredentials

    Change-Id: Ie2d972df025f6b6b7d172015aae7eb34e355cb28
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/412034
    Reviewed-by: Matt Hickford <matt.hickford@gmail.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Cody Oss <codyoss@google.com>
    Reviewed-by: Matthew Hickford <hickford@google.com>
    Run-TryBot: Matt Hickford <matt.hickford@gmail.com>
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    Reviewed-by: Cody Oss <codyoss@google.com>
    zchee authored and gopherbot committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6f9c1a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. google: Add support for OAuth2 token exchange over mTLS

    With Context Aware Access enabled, users must use the endpoint "https://oauth2.mtls.googleapis.com/token" for token exchange. This PR adds support for runtime configuration of the OAuth2 token endpoint (as determined by the caller). If using the mTLS oauth2 endpoint, the caller will also need to specify an mTLS-enabled HTTPClient via the "context" mechanism for use by the OAuth2 transport.
    
    Change-Id: Ic83342ec1d224d3acdabf00d863249330424fc54
    GitHub-Last-Rev: 07e4849
    GitHub-Pull-Request: #630
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/470396
    Run-TryBot: Matthew Hickford <hickford@google.com>
    Reviewed-by: Shin Fan <shinfan@google.com>
    Run-TryBot: Shin Fan <shinfan@google.com>
    Reviewed-by: Matthew Hickford <hickford@google.com>
    Reviewed-by: Andy Zhao <andyzhao@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    andyrzhao authored and shinfan committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    885f294 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: If7957dff90ca75fa8fd84ace90ed15066bfd3e48
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/473438
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    62b4eed View commit details
    Browse the repository at this point in the history
Loading
0