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: golang/oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.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.18.0
Choose a head ref
  • 6 commits
  • 28 files changed
  • 3 contributors

Commits on Jan 19, 2024

  1. google/downscope: add DownscopingConfig.UniverseDomain to support TPC

    Change-Id: I3669352b382414ea640ca176afa4071995fc5ff1
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/557135
    Reviewed-by: Cody Oss <codyoss@google.com>
    TryBot-Bypass: Cody Oss <codyoss@google.com>
    Auto-Submit: Cody Oss <codyoss@google.com>
    quartzmo authored and gopherbot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    deefa7e View commit details
    Browse the repository at this point in the history
  2. google/internal/externalaccount: update serviceAccountImpersonationRE…

    … to support universe domain
    
    Change-Id: Iafe35c293209bd88997c876341ebde7ac9ecda93
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/557195
    TryBot-Bypass: Cody Oss <codyoss@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    Auto-Submit: Cody Oss <codyoss@google.com>
    quartzmo authored and gopherbot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    adffd94 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I8228a126b322fb14250bbb5933199ce45e8584d3
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/562496
    Reviewed-by: Than McIntosh <thanm@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ebe81ad View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. google/externalaccount: moves externalaccount package out of internal…

    … and exports it
    
    go/programmable-auth-design for context. Adds support for user defined
     supplier methods to return subject tokens and AWS security credentials.
    
    Change-Id: I7bc41f8c5202ae933fce516632f5049bbeb3d378
    GitHub-Last-Rev: ac519b2
    GitHub-Pull-Request: #690
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/550835
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Leo Siracusa <leosiracusa@google.com>
    Reviewed-by: Chris Smith <chrisdsmith@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Cody Oss <codyoss@google.com>
    aeitzman authored and codyoss committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    95bec95 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. google/externalaccount: add Config.UniverseDomain

    Change-Id: Ia1caee246da68c01addd06e1367ed1e43645826b
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/568216
    Reviewed-by: Alex Eitzman <eitzman@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    quartzmo authored and codyoss committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    34a7afa View commit details
    Browse the repository at this point in the history
  2. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I993c77edbea8426f558ab84c4ba769e0bdf6406d
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/568935
    Reviewed-by: Than McIntosh <thanm@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    gopherbot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    85231f9 View commit details
    Browse the repository at this point in the history
Loading