oauth2-github icon indicating copy to clipboard operation
oauth2-github copied to clipboard

GitHub Device Authorization Flow

Open dpi opened this issue 5 years ago • 1 comments

Github device flow was introduced recently @ https://github.blog/changelog/2020-07-27-oauth-2-0-device-authorization-flow/

Docs @ https://docs.github.com/en/free-pro-team@latest/developers/apps/authorizing-oauth-apps#device-flow

What is necessary to support this flow?

dpi avatar Oct 26 '20 16:10 dpi

The device authorization flow is quite different than the flow that most league/oauth2 packages support, so it would probably require a number of changes in an extended Github class.

shadowhand avatar Apr 12 '21 12:04 shadowhand