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: ebe81ad
Choose a base ref
...
head repository: golang/oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85231f9
Choose a head ref
  • 3 commits
  • 27 files changed
  • 3 contributors

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