oauth2-github
oauth2-github copied to clipboard
GitHub Provider for the OAuth 2.0 Client
Fixes thephpleague/oauth2-github/issues/24 This is just one way of doing it I suppose. Needs some thoughts on maintainers of thephpleague/oauth2-github Allows devs to opt out of collecting emails by setting an...
Calling `\League\OAuth2\Client\Provider\AbstractProvider::getResourceOwner` in certain circumstances throws an exception. When only the 'read:user' scope is configured and the authenticating user does not have a public email, eventually `\League\OAuth2\Client\Provider\Github::fetchResourceOwnerDetails` is called. The...
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?