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

GitHub Provider for the OAuth 2.0 Client

Results 4 oauth2-github issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement
help wanted

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?

enhancement
help wanted