commit | 128564f6959c37ca252833d402ac1cf2de5296ec | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jul 22 11:10:41 2022 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jul 22 15:52:38 2022 +0000 |
tree | 6dd79ed861831dc64f53d8113fbe3560d5c90e45 | |
parent | c8730f7fcb92661cbbfd32c618aecf1be8a24179 [diff] |
A+C: delete AUTHORS and CONTRIBUTORS In 2009, Google's open-source lawyers asked us to create the AUTHORS file to define "The Go Authors", and the CONTRIBUTORS file was in keeping with open source best practices of the time. Re-reviewing our repos now in 2022, the open-source lawyers are comfortable with source control history taking the place of the AUTHORS file, and most open source projects no longer maintain CONTRIBUTORS files. To ease maintenance, remove AUTHORS and CONTRIBUTORS from all repos. For #53961. Change-Id: If3ee4896e8e520c5f3ad2fa49559c68043a4e6b8 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/419100 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
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.
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.
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.