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

Allow using the `read:user` which doesnt have emails available to it

Open dpi opened this issue 1 year ago • 0 comments

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

We could alternatively detect the scopes against a whitelist, automate it without an option.

dpi avatar Apr 25 '24 09:04 dpi