https://github.com/laracasts/lc-socialite-example check this example, you don't need two password fields, all you need is some extra fields
and here's socialite provider for linkedin https://socialiteproviders.com/LinkedIn/
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Guys,
The users on my platform have the possibility to connect a LinkedIn account once they logged in with email and pass.
I want them to be able to choose with what they prefer to login, if they have a connected LinkedIn account, but how can I achieve this?
Should I have two password fields in the DB one for standard login and one for LinkedIn? And check based on what they choose to connect with?
Is there a more efficient way.
https://github.com/laracasts/lc-socialite-example check this example, you don't need two password fields, all you need is some extra fields
and here's socialite provider for linkedin https://socialiteproviders.com/LinkedIn/
Please or to participate in this conversation.