client/vendor/golang.org/x/oauth2
knative-automation 87ea0f83a1
upgrade to latest dependencies (#1512)
bumping knative.dev/networking 8c71a27...6ef2676:
  > 6ef2676 upgrade to latest dependencies (# 553)
  > 4f29f65 upgrade to latest dependencies (# 550)
  > e9f6e55 upgrade to latest dependencies (# 549)
bumping knative.dev/hack 11d193b...b284d49:
  > b284d49 fix the latest_version function (# 101)
  > 42a2ccb Release use `knative-vX.Y.Z` tag and infer go module tag version automatically (# 98)
  > a42c72a Update community files (# 95)
  > 810ab22 Make go_update_deps module-release aware (# 93)
  > f1228dd Update community files (# 90)
bumping knative.dev/pkg 96c0204...92b8dc6:
  > 92b8dc6 upgrade to latest dependencies (# 2342)
  > 4640349 Bump assorted dependencies (# 2340)
  > fc9d595 upgrade to latest dependencies (# 2336)
  > 6ff7fb8 add array of user agents for healthcheck  in drainer (# 2331)
  > dce062f Update community files (# 2335)
  > 95f98e5 Update actions (# 2332)
  > 8bcc5aa upgrade to latest dependencies (# 2333)
  > f7b70f5 Update community files (# 2330)
bumping knative.dev/eventing 1e4fa35...cdeae54:
  > cdeae54 upgrade to latest dependencies (# 5871)
  > 4b5ef0b fixed eventing testgrid url on community contacts md file (# 5869)
bumping knative.dev/serving f1e419a...782db02:
  > 782db02 Update net-kourier nightly (# 12210)
  > 5aece9a Update net-istio nightly (# 12209)
  > d4f4e0f update fetching the latest istio release (# 12211)
  > 79e7ec9 upgrade to latest dependencies (# 12216)

Signed-off-by: Knative Automation <automation@knative.team>
2021-11-04 01:29:01 -07:00
..
authhandler upgrade to latest dependencies (#1324) 2021-05-26 08:07:28 -07:00
google upgrade to latest dependencies (#1512) 2021-11-04 01:29:01 -07:00
internal Upgrade Eventing API from v1beta1 to v1 (#1284) 2021-04-08 07:42:51 -07:00
jws Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
jwt Update to serving 0.6.0 (#129) 2019-05-20 10:41:27 -07:00
.travis.yml Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
AUTHORS Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CONTRIBUTING.md Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CONTRIBUTORS Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
LICENSE Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README.md upgrade to latest dependencies (#1169) 2020-12-14 22:42:43 -08:00
go.mod Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
go.sum Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
oauth2.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
token.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
transport.go Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -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.