moby/vendor/golang.org/x/oauth2
Sebastiaan van Stijn 41a2aa2ee2
vendor: golang.org/x/oauth2 v0.11.0
full diff: https://github.com/golang/oauth2/comopare/v0.10.0...v0.11.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-20 22:58:31 +01:00
..
authhandler vendor: golang.org/x/oauth2 v0.1.0 2022-11-15 13:43:31 +01:00
google vendor: golang.org/x/oauth2 v0.11.0 2024-01-20 22:58:31 +01:00
internal vendor: golang.org/x/oauth2 v0.11.0 2024-01-20 22:58:31 +01:00
jws vendor: golang.org/x/oauth2 v0.1.0 2022-11-15 13:43:31 +01:00
jwt vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
.travis.yml vendor: regenerate 2022-01-18 15:46:04 +01:00
CONTRIBUTING.md vendor: regenerate 2022-01-18 15:46:04 +01:00
LICENSE Update containerd to 1.1 2018-06-04 15:37:03 -07:00
oauth2.go vendor: golang.org/x/oauth2 v0.7.0 2023-09-18 18:17:29 +02:00
README.md vendor: golang.org/x/oauth2 v0.7.0 2023-09-18 18:17:29 +02:00
token.go vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
transport.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00

OAuth2 for Go

Go Reference Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

go get golang.org/x/oauth2

Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2.

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://golang.org/doc/contribute.html. In particular:

  • 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.