Just leave the password field empty NULL and add the columns to store the Provider details
- Provider Name (Facebook, Google or Github)
- Provider ID
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
When a User Sign in / Register with Social Credentials [ https://laravel.com/docs/8.x/socialite ] for the first time - in my case these being Facebook, Google, and GitHub
What I have to record in Database, in the Users table in password field....????
@lse123, just insert NULL on the password field if the User uses Google / Social Media Sign In
Please or to participate in this conversation.