-
Notifications
You must be signed in to change notification settings - Fork 1k
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
oauth2: support PKCE #625
oauth2: support PKCE #625
Conversation
This PR (HEAD: b582cc0) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/463979 to see it. Tip: You can toggle comments from me using the |
Hey I'm a user of this package and just wanted to say that better PKCE support would be a great plus for me. Thanks for putting this together and hope this goes through! |
This PR (HEAD: 53a6d31) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/463979 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: bc506f1) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/463979 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 8132a1d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/463979 to see it. Tip: You can toggle comments from me using the |
696f883
to
e4957e3
Compare
This PR (HEAD: e4957e3) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/463979 to see it. Tip: You can toggle comments from me using the |
ab098cb
to
dccf82c
Compare
This PR (HEAD: dccf82c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/463979 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 63c89b6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
This PR (HEAD: 601c379) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
This PR (HEAD: f3fd32c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
This PR (HEAD: 44503cf) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
This PR (HEAD: 6ea20b1) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
Message from Ian Lance Taylor: Patch Set 21: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Go LUCI: Patch Set 21: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-09-05T22:27:57Z","revision":"55b677bd949c31c8703747520f482b0c6c55a14a"} Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Ian Lance Taylor: Patch Set 21: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Go LUCI: Patch Set 21: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Go LUCI: Patch Set 21: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Matt Hickford: Patch Set 22: Commit-Queue+1 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Matt Hickford: Patch Set 22: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Go LUCI: Patch Set 22: CV cannot start a Run for Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Go LUCI: Patch Set 22: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Roland Shoemaker: Patch Set 22: Run-TryBot+1 (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
This PR (HEAD: 2a9635e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
This PR (HEAD: 79140ed) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
Message from Matt Hickford: Patch Set 25: Run-TryBot+1 (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Gopher Robot: Patch Set 25: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Gopher Robot: Patch Set 25: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Roland Shoemaker: Patch Set 25: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Cherry Mui: Patch Set 25: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
This PR (HEAD: f01f759) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/463979. Important tips:
|
Message from Matt Hickford: Patch Set 26: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Matt Hickford: Patch Set 26: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Gopher Robot: Patch Set 26: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Message from Gopher Robot: Patch Set 26: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/463979. |
Fixes #603 Fixes golang/go#59835 Change-Id: Ica0cfef975ba9511e00f097498d33ba27dafca0d GitHub-Last-Rev: f01f759 GitHub-Pull-Request: #625 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/463979 Reviewed-by: Cherry Mui <[email protected]> Run-TryBot: Matt Hickford <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]>
This PR is being closed because golang.org/cl/463979 has been merged. |
Fixes golang#603 Fixes golang/go#59835 Change-Id: Ica0cfef975ba9511e00f097498d33ba27dafca0d GitHub-Last-Rev: f01f759 GitHub-Pull-Request: golang#625 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/463979 Reviewed-by: Cherry Mui <[email protected]> Run-TryBot: Matt Hickford <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]>
Fixes #603
Fixes golang/go#59835