DEV Community

KP
KP

Posted on β€’ Edited on

2

Pointers to code for Social auth with Linkedin in Laravel

Hey Dev.to! πŸš€πŸš€πŸš€

I'm looking for some tips on how to get Social auth with Linkedin working in Laravel. Hope someone with experience with this can point me to a github repo that works, because every repo I've tried is broken in some way and my exploration has led nowhere :(

I already know Laravel has a Socialite package for social auth: https://laravel.com/docs/5.8/socialite

And this exists:
https://socialiteproviders.netlify.com/providers/linked-in.html

But I have a lot of things on my plate so auth is a huge pain in my rear and I don't want to spend days learning about access keys and oAuth. I'm looking for a simple end-to-end working example for Linkedin login in Laravel, just short of plugging in my Linkedin keys.

Thank you for any tips πŸ™πŸ™πŸ™

Top comments (2)

Collapse
 
ckissi profile image
Csaba Kissi β€’

Actually I've implemented the system that is socialite provider independent and is able to handle twitter, google, linkedin as well as facebook.
Did you try this? arjunphp.com/laravel-5-6-socialite...

Collapse
 
kp profile image
KP β€’

Thanks I got this working.

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free β†’

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay