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 certain situations it's possible that LinkedIn doesn't returns any email addresses because they're private and not available through the API. At the moment the current provider always expects one so this change allows also to retrieve the user without expecting an email address.
Fixeslaravel/socialite#347
ln 98 in LinkedinProvider return json_decode($response->getBody(), true)['elements'][0]['handle~'];
The text was updated successfully, but these errors were encountered: