Skip to content

Refactor getUserInfo() method to handle nullable access token.

Gareth Hall requested to merge issue/social_auth_facebook-3367565:4.0.x into 4.0.x

Improve the handling of the getUserInfo() method by introducing a check for a nullable access token. The modified code ensures that the resource owner is retrieved and a SocialAuthUser object is created only if the access token is not null.

Merge request reports