commit | 8227340efae7cbdad9f68d6dff2b2c3306714564 | [log] [tgz] |
---|---|---|
author | Ryan Kohler <[email protected]> | Fri Aug 05 21:01:37 2022 +0000 |
committer | Cody Oss <[email protected]> | Mon Aug 08 17:26:28 2022 +0000 |
tree | c846bc4a929cb81d22cc976f48d50355f118ce57 | |
parent | 128564f6959c37ca252833d402ac1cf2de5296ec [diff] |
fix: missing expiration_time field isn't a problem for executables Change-Id: Ib19e3d9dcd8a4c41afebf2a1fb97429617eef86b GitHub-Last-Rev: 96eb2344dee49b7c08aca5c728c0f4d9ec4634b8 GitHub-Pull-Request: golang/oauth2#576 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/418434 Reviewed-by: Leo Siracusa <[email protected]> Run-TryBot: Cody Oss <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cody Oss <[email protected]>
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.