oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

oauth2: add device flow support

Open marcosnils opened this issue 1 year ago • 3 comments

This is a rebased follow-up of https://github.com/golang/oauth2/pull/356. I'm opening a new PR since the original author doesn't seem to be active anymore on GH

Signed-off-by: Marcos Lilljedahl [email protected]

marcosnils avatar Aug 01 '22 21:08 marcosnils

This PR (HEAD: c6bb4268ba74be50db83c9af13142e5192395eed) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/oauth2/+/420635 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off) See the Wiki page for more info

gopherbot avatar Aug 01 '22 21:08 gopherbot

Message from Gopher Robot:

Patch Set 1:

Congratulations on opening your first change. Thank you for your contribution!

Next steps: A maintainer will review your change and provide feedback. See https://go.dev/doc/contribute#review for more info and tips to get your patch through code review.

Most changes in the Go project go through a few rounds of revision. This can be surprising to people new to the project. The careful, iterative review process is our way of helping mentor contributors and ensuring that their contributions have a lasting impact.


Please don’t reply on this GitHub thread. Visit golang.org/cl/420635. After addressing review feedback, remember to publish your drafts!

gopherbot avatar Aug 01 '22 21:08 gopherbot

This PR (HEAD: ca020c8c1d5b9bfdf1ce237420838253cdb0a643) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/oauth2/+/420635 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off) See the Wiki page for more info

gopherbot avatar Aug 02 '22 19:08 gopherbot

This PR (HEAD: 158ee2d6869da03ef10dd367d23c00ecc9bc1ad5) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/oauth2/+/420635 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off) See the Wiki page for more info

gopherbot avatar Oct 31 '22 16:10 gopherbot

Implemented in https://github.com/golang/oauth2/commit/e3fb0fb3af0ee7c0c62e31c393cbcfce6b2af5bf

hickford avatar Sep 07 '23 22:09 hickford