You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SocialiteProviders/Manager, the attribute is not set. It is always null.
Expected behavior:
socialiteproviders/manager/src/OAuth2/AbstractProvider.php user() method should set approvedScopes, as in Socialite.
Actual behavior:
approvedScopes attribute is not set, the attribute is always null. Users of the package must manually extract approved scopes from response, if scopes are needed.
Issue / Motivation:
socialite/src/Two/AbstractProvider.php:261 sets approvedScopes attribute:
In SocialiteProviders/Manager, the attribute is not set. It is always null.
Expected behavior:
socialiteproviders/manager/src/OAuth2/AbstractProvider.php user() method should set approvedScopes, as in Socialite.
Actual behavior:
approvedScopes attribute is not set, the attribute is always null. Users of the package must manually extract approved scopes from response, if scopes are needed.
Steps to reproduce the behavior:
Proposed solution:
Include the code from Socialite user() method:
The text was updated successfully, but these errors were encountered: