Osmundas Marcinkonis

Results 4 issues of Osmundas Marcinkonis

Fixes #224 ## Changes proposed in this pull request: - Set approvedScopes attribute as in socialite/src/Two/AbstractProvider.php:261

# Issue / Motivation: socialite/src/Two/AbstractProvider.php:261 sets approvedScopes attribute: ``` ->setApprovedScopes(explode($this->scopeSeparator, Arr::get($response, 'scope', ''))); ``` In SocialiteProviders/Manager, the attribute is not set. It is always null. ## Expected behavior: socialiteproviders/manager/src/OAuth2/AbstractProvider.php user()...

Hello, from my research, it seems that this package has the most comprehensive blacklist out of all options. I would really like to use it, but I ran into a...