kaniko/vendor/golang.org/x/oauth2
Michael Plump 3e56c7fd0f
chore: upgrade all the dependencies to their latest versions (#3454)
* chore: go get -u ./...

* chore: go mod tidy

* chore: go mod vendor

* chore: fix compilation for buildkit >= 0.15.0

* chore: upgrade to Go 1.24

* chore: upgrade the Debian container used in an integration test
2025-05-21 09:31:10 -04:00
..
authhandler chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
google chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
internal chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
jws chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
jwt chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
.travis.yml fix highwayhash 2019-12-21 12:18:09 -08:00
CONTRIBUTING.md fix highwayhash 2019-12-21 12:18:09 -08:00
LICENSE chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
README.md chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
deviceauth.go chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#2781) 2023-10-09 07:14:31 -07:00
oauth2.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
pkce.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
token.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
transport.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00

README.md

OAuth2 for Go

Go Reference Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

See pkg.go.dev for further documentation and examples.

Policy for new endpoints

We no longer accept new provider-specific packages in this repo if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the pkg.go.dev/golang.org/x/oauth2/endpoints package.

Report Issues / Send Patches

The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/oauth2.

Note:

  • Excluding trivial changes, all contributions should be connected to an existing issue.
  • API changes must go through the change proposal process before they can be accepted.
  • The code owners are listed at dev.golang.org/owners.