| commit | 696f7b31289a98558822be146698b7834e477e63 | [log] [tgz] |
|---|---|---|
| author | Sean Liao <sean@liao.dev> | Fri Apr 18 18:55:03 2025 +0100 |
| committer | Gopher Robot <gobot@golang.org> | Wed Apr 23 10:33:59 2025 -0700 |
| tree | 0bd21691df3792a334d4c07f7a11f3c4b02cbf1c | |
| parent | 471209bbe29fc1e3bf8d4ca3ca89d67f8817d521 [diff] |
all: modernize with doc links and any Change-Id: If3fc4542b92da802a31dcabc3405f7b1ab06a18d Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/666396 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Matt Hickford <matt.hickford@gmail.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
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.
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://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/oauth2.
Note: