-
Notifications
You must be signed in to change notification settings - Fork 1k
google/downscope: additional examples #513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…estricted permissions
… example and touching up comment formatting.
…, update examples accordingly, and test for maximum boundary rule violations
…stead run that code inside of Token()
Merging with master to fix some PR oddities for downscoping documentation
|
This PR (HEAD: e1c4f01) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/339190 to see it. Tip: You can toggle comments from me using the |
|
Message from Bassam Ojeil: Patch Set 1: (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Bassam Ojeil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Leo Siracusa: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Bassam Ojeil: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Leo Siracusa: Patch Set 3: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
This PR (HEAD: b74b094) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/339190 to see it. Tip: You can toggle comments from me using the |
|
Message from Patrick Jones: Patch Set 3: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
This PR (HEAD: 6338e2b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/339190 to see it. Tip: You can toggle comments from me using the |
|
Message from Leo Siracusa: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
This PR (HEAD: c56d618) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/339190 to see it. Tip: You can toggle comments from me using the |
|
Message from Patrick Jones: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Bassam Ojeil: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Patrick Jones: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Cody Oss: Patch Set 6: Run-TryBot+1 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Go Bot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Go Bot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Go Bot: Patch Set 6: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
This PR (HEAD: 2149795) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/339190 to see it. Tip: You can toggle comments from me using the |
|
Message from Patrick Jones: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Leo Siracusa: Patch Set 7: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Cody Oss: Patch Set 7: Run-TryBot+1 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Go Bot: Patch Set 7: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
Message from Cody Oss: Patch Set 7: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
Updating examples to match the expected token broker & token consumer paradigm. Change-Id: I9f6474e6d433e544dc92d8b1595e9538a5266043 GitHub-Last-Rev: 2149795 GitHub-Pull-Request: #513 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/339190 Reviewed-by: Leo Siracusa <leosiracusa@google.com> Reviewed-by: Cody Oss <codyoss@google.com> Trust: Cody Oss <codyoss@google.com> Trust: Chris Broadfoot <cbro@golang.org> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Go Bot <gobot@golang.org>
|
Message from Chris Broadfoot: Patch Set 7: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/339190. |
|
This PR is being closed because golang.org/cl/339190 has been merged. |
Updating examples to match the expected token broker & token consumer paradigm.