docs/vendor/golang.org/x/oauth2
knative-automation ebbf6c7f18
upgrade to latest dependencies (#3105)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-04 07:41:31 -08:00
..
google Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
internal Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
jws This adds a simple sample demonstrating Secret Volumes (#852) 2019-02-19 07:12:46 -08:00
jwt Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
.travis.yml Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
AUTHORS Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
CONTRIBUTING.md Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
CONTRIBUTORS Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
LICENSE Fix numerous sample READMEs (#127) 2018-07-14 11:01:35 -07:00
README.md upgrade to latest dependencies (#3105) 2021-01-04 07:41:31 -08:00
go.mod upgrade to latest dependencies (#2986) 2020-10-29 14:01:36 -07:00
go.sum upgrade to latest dependencies (#2986) 2020-10-29 14:01:36 -07:00
oauth2.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
token.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
transport.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -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.