SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
487 stars 435 forks source link

docs: update linkdin provider documentation #1201

Closed TilsonM17 closed 6 days ago

TilsonM17 commented 1 month ago

Recently I had an error when trying to do Sig In, the reason is that Linkdin changed the way it authenticates, and the package is already that way.

The old way to connect with provider givem error, because now LinkedIn is using Sign In with LinkedIn using OpenID Connect instead of Sign In with LinkedIn.

So you just need to use linkedin-openid instead of linkedin in the service.php and Socialite::driver('linkedin-openid')->redirect();

atymic commented 3 weeks ago

Are you sure this is correct? https://github.com/SocialiteProviders/Providers/blob/master/src/LinkedIn/LinkedInExtendSocialite.php

atymic commented 6 days ago

Closing due to inactivity