Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.24.0
Choose a base ref
Loading
...
head repository:golang/oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.27.0
Choose a head ref
Loading
  • 7commits
  • 9files changed
  • 7contributors

Commits on Jan 4, 2025

  1. all: make method and struct comments match the names

    Change-Id: I9fd025393acc12da59fdac1c416563324cd26af1Reviewed-on:https://go-review.googlesource.com/c/oauth2/+/639695Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>Reviewed-by: Cherry Mui <cherryyz@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    @cuishuang@gopherbot
    cuishuang authored andgopherbot committedJan 4, 2025
    Configuration menu
    Copy the full SHA
    49a531dView commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. google: add warning about externally-provided credentials

    Change-Id: Ic2ce6e9c3ed735f4fc6d78a22cf0d5e95fca91a1Reviewed-on:https://go-review.googlesource.com/c/oauth2/+/643158TryBot-Result: Gopher Robot <gobot@golang.org>Reviewed-by: Sai Sunder Srinivasan <saisunder@google.com>Run-TryBot: Cody Oss <codyoss@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Cody Oss <codyoss@google.com>
    @quartzmo@codyoss
    quartzmo authored andcodyoss committedJan 29, 2025
    Configuration menu
    Copy the full SHA
    b9c813bView commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. endpoints: add patreon endpoint

    Adds the patreon endpoints from their documentation.https://docs.patreon.com/#oauth.I've tested these thoroughly whilst making a pr to pocketbase.pocketbase/pocketbase#3323.Change-Id: I023871a4340ee4ebcba9fd808d4a8f0c081fc10eGitHub-Last-Rev:890ef05GitHub-Pull-Request:#668Reviewed-on:https://go-review.googlesource.com/c/oauth2/+/528640Reviewed-by: Cherry Mui <cherryyz@google.com>Reviewed-by: Carlos Amedee <carlos@golang.org>Reviewed-by: Jorropo <jorropo.pgm@gmail.com>Auto-Submit: Jorropo <jorropo.pgm@gmail.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    @ghostdevv@gopherbot
    ghostdevv authored andgopherbot committedFeb 6, 2025
    Configuration menu
    Copy the full SHA
    314ee5bView commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. oauth2: fix docs for Config.DeviceAuth

    Config.DeviceAccess should be Config.DeviceAuth when using GenerateVerifier() or S256ChallengeOption()Change-Id: Ie21a808387f731d270ae54ea1705de3e786cad7fGitHub-Last-Rev:2d6b4fdGitHub-Pull-Request:#763Reviewed-on:https://go-review.googlesource.com/c/oauth2/+/636216Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>Reviewed-by: Cherry Mui <cherryyz@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Auto-Submit: Jorropo <jorropo.pgm@gmail.com>Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
    @eest@gopherbot
    eest authored andgopherbot committedFeb 13, 2025
    Configuration menu
    Copy the full SHA
    ac571faView commit details
    Browse the repository at this point in the history
  2. endpoints: add links/provider for Discord

    Endpoints are provided fromhttps://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-urls.Change-Id: I7bcc8b4cb5527959acb8f177ffb8bbafbe727e82GitHub-Last-Rev:6869fc3GitHub-Pull-Request:#768Reviewed-on:https://go-review.googlesource.com/c/oauth2/+/649115Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>Reviewed-by: Cherry Mui <cherryyz@google.com>Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    @hhhapz@gopherbot
    hhhapz authored andgopherbot committedFeb 13, 2025
    Configuration menu
    Copy the full SHA
    109dabfView commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. all: upgrade go directive to at least 1.23.0 [generated]

    By now Go 1.24.0 has been released, and Go 1.22 is no longer supportedper the Go Release Policy (https://go.dev/doc/devel/release#policy).Forgolang/go#69095.[git-generate](cd . && go get go@1.23.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)Change-Id: I718ce0afa60729aeb89396db2b559faf03b90a68Reviewed-on:https://go-review.googlesource.com/c/oauth2/+/649795Auto-Submit: Gopher Robot <gobot@golang.org>Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>Reviewed-by: Cherry Mui <cherryyz@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    @gopherbot
    gopherbot committedFeb 14, 2025
    Configuration menu
    Copy the full SHA
    3f78298View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. jws: split token into fixed number of parts

    Thanks to 'jub0bs' for reporting this issue.Fixes #71490FixesCVE-2025-22868Change-Id: I2552731f46d4907f29aafe7863c558387b6bd6e2Reviewed-on:https://go-review.googlesource.com/c/oauth2/+/652155Auto-Submit: Gopher Robot <gobot@golang.org>Reviewed-by: Damien Neil <dneil@google.com>Reviewed-by: Roland Shoemaker <roland@golang.org>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    @thatnealpatel@gopherbot
    thatnealpatel authored andgopherbot committedFeb 24, 2025
    Configuration menu
    Copy the full SHA
    681b4d8View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp