Providers icon indicating copy to clipboard operation
Providers copied to clipboard

docs: update linkdin provider documentation

Open TilsonM17 opened this issue 1 year ago • 0 comments

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();

TilsonM17 avatar May 07 '24 17:05 TilsonM17