| commit | f28b0b5467dda26d56f1240381158f7c334654d1 | [log] [tgz] |
|---|---|---|
| author | cuishuang <imcusg@gmail.com> | Tue Oct 21 02:27:12 2025 |
| committer | Gopher Robot <gobot@golang.org> | Thu Oct 23 14:32:39 2025 |
| tree | a16eeaa16bdbfb7f4fbf00e442fd053db1ceda26 | |
| parent | fd15e0fe894866ebff17ca3503d3706a967b061a [diff] |
all: fix some comments Change-Id: I3dd3785de7071e34320a148f35d4caa97cfd6db1 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/713361 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Sean Liao <sean@liao.dev> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Dmitri Shuralyov <dmitshur@google.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: