commit | 471209bbe29fc1e3bf8d4ca3ca89d67f8817d521 | [log] [tgz] |
---|---|---|
author | Sean Liao <[email protected]> | Sat Apr 19 12:13:17 2025 +0100 |
committer | Sean Liao <[email protected]> | Wed Apr 23 10:24:59 2025 -0700 |
tree | d570f9880e4c415a01aaa5af1f29e9a12a13b53f | |
parent | 6968da209b8fd816452d22ad1b4faca197a5b974 [diff] |
oauth2: drop dependency on go-cmp For golang/oauth2#615 Change-Id: I1e17703f5a52240cbd7802ab1da1fd8b24be8d6c Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/666816 Reviewed-by: Junyang Shao <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Reviewed-by: Matt Hickford <[email protected]> LUCI-TryBot-Result: Go LUCI <[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: