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.19.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.21.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 5, 2024

  1. microsoft: added DeviceAuthURL to AzureADEndpoint

    The Microsoft identity platform supports the device authorization grant:
    
    https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-device-code
    
    This PR adds the "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/devicecode" DeviceAuthURL to the AzureADEndpoint.
    
    Fixes #700
    
    Change-Id: I8ca571391e0e0f4d383e3f2f07a66b26edcb4679
    GitHub-Last-Rev: 2b953c3
    GitHub-Pull-Request: #701
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/564315
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Matt Hickford <matt.hickford@gmail.com>
    Run-TryBot: Matt Hickford <matt.hickford@gmail.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Than McIntosh <thanm@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    enrichman authored and hickford committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e11eea8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. go.mod: update cloud.google.com/go/compute/metadata dependency

    Related #615
    Related googleapis/google-cloud-go#9545
    
    Change-Id: I762dc53c61204ec5103336dab6358b9b4d1337d4
    GitHub-Last-Rev: 439c393
    GitHub-Pull-Request: #719
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/579495
    Reviewed-by: Cody Oss <codyoss@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Cody Oss <codyoss@google.com>
    Reviewed-by: Jordan Liggitt <liggitt@google.com>
    sagikazarmark authored and codyoss committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4b7f0bd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. oauth2: fix typo in comment

    Change-Id: Ifc12ed36671d21e388c537c510a82be084e9ec99
    GitHub-Last-Rev: a4da759
    GitHub-Pull-Request: #720
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/580715
    TryBot-Bypass: Cody Oss <codyoss@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    Reviewed-by: Joedian Reid <joedian@google.com>
    testwill authored and codyoss committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    84cb9f7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. google: update compute token refresh

    The shortest MDS token cache time is 4 minutes. The refresh window is updated
    to 3 minutes and 45 seconds to give the MDS time to update it's cache.
    
    This should make slow refreshes less likely to cause failures.
    
    Done in googleapis/google-cloud-go#9139 for the other auth library.
    
    Change-Id: Ifa353248197d8998e6b0363d1f2821b45a0e6495
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/584815
    Auto-Submit: Cody Oss <codyoss@google.com>
    TryBot-Bypass: Cody Oss <codyoss@google.com>
    Run-TryBot: Cody Oss <codyoss@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Cody Oss <codyoss@google.com>
    clundin25 authored and gopherbot committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5fd4241 View commit details
    Browse the repository at this point in the history
Loading