commit | a41e5a7819143202e8d21fb9ac9c659fbd501fb3 | [log] [tgz] |
---|---|---|
author | Patrick Jones <ithuriel@google.com> | Thu Jun 24 23:26:16 2021 +0000 |
committer | Chris Broadfoot <cbro@golang.org> | Mon Jun 28 18:02:05 2021 +0000 |
tree | 1a7858c53c9d90eef2c2f720f4e13a26db597088 | |
parent | a8dc77f794b698f200a57b3bbd77da000f86124e [diff] |
downscope: implement support for token downscoping Implements support for token downscoping to allow for the creation of tokens with restricted permissions Change-Id: I52459bdb0dfdd5e8d86e6043ba0362f4bf4b823c GitHub-Last-Rev: 941cf10a8ebe14d2b03bf7253731134629fc7f80 GitHub-Pull-Request: golang/oauth2#502 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/326529 Reviewed-by: Chris Broadfoot <cbro@golang.org> Run-TryBot: Chris Broadfoot <cbro@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Tyler Bui-Palsulich <tbp@google.com> Trust: Cody Oss <codyoss@google.com>
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.