pkg/vendor/golang.org/x/oauth2
Markus Thömmes e8973c6acb
Bump a few assorted dependencies (#2186)
2021-07-12 08:08:22 -07:00
..
authhandler Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
google Bump a few assorted dependencies (#2186) 2021-07-12 08:08:22 -07:00
internal Bump assorted dependencies (#2086) 2021-04-07 09:09:49 -07:00
jws Add stackdriver exporter support in pkg. (#126) 2018-10-24 15:23:31 -07:00
jwt Update opencensus to a newer version (#526) 2019-07-12 16:18:48 -07:00
.travis.yml Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
AUTHORS Add stackdriver exporter support in pkg. (#126) 2018-10-24 15:23:31 -07:00
CONTRIBUTING.md Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
CONTRIBUTORS Add stackdriver exporter support in pkg. (#126) 2018-10-24 15:23:31 -07:00
LICENSE Add stackdriver exporter support in pkg. (#126) 2018-10-24 15:23:31 -07:00
README.md Update dependencies to their latest versions (#1958) 2020-12-14 06:46:44 -08:00
go.mod Update assorted dependencies to their latest releases (#1869) 2020-10-28 10:16:34 -07:00
go.sum Update assorted dependencies to their latest releases (#1869) 2020-10-28 10:16:34 -07:00
oauth2.go Update opencensus to a newer version (#526) 2019-07-12 16:18:48 -07:00
token.go Update opencensus to a newer version (#526) 2019-07-12 16:18:48 -07:00
transport.go Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00

README.md

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 packages

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

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

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