commit | 65c15a35147ccc5127e9f8cdf2e07837596e56b4 | [log] [tgz] |
---|---|---|
author | Allen Li <[email protected]> | Wed May 22 00:53:22 2024 +0000 |
committer | Gopher Robot <[email protected]> | Wed Mar 19 15:59:26 2025 -0700 |
tree | fbca2ba02281b042ef2387641c42f788a7e29d06 | |
parent | ce56909505b351a755ad0bc294c5ee01ed0ea050 [diff] |
oauth2: remove extra period Change-Id: I369d3bed0e28427b1e1d416952c3766932ba3773 GitHub-Last-Rev: ca611fe5a361db93b76e758ec7d956b0768039e5 GitHub-Pull-Request: golang/oauth2#724 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/587017 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Shin Fan <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
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: