What do you use for social login?

Hey there,

I'm nurturing the dream of implementing some sort of social login for everycars.co kind of the same we can find on our incredible makerlog community or even on Produchunt.

Nurturing a dream? Yes, because I'm quite limited in my coding skills and each time I find a great piece of feature to implement I'm locked because of the technos used.

But anyway, if you have any recommendations on easy tools to use to implement a social login on my project that could be cool!

I'm thinking about login with twitter, facebook, google…

Thx 😉😉😉

Aishwary Dhare

For me if-else ladder goes like this ->

  1. Apple (because I can choose to hide my email if I want to, though mostly I don't)
  2. Google
  3. Facebook
  4. Twitter

Also depends on platform, for a developer related platform I always prefer GitHub login.

Recommended tool: https://firebase.google.com/docs/auth is the best

0 Likes

I've read some stats last year that the large majority of users choose Google, followed by Facebook, followed by a tiny group of those who choose Twitter. Fortunately, once you implement OpenID Connect - adding more providers is easy. Of course, it all depends on the nature of your product. For developers I would definitely use Github, for makers/indie hackers - Twitter etc.

0 Likes
Piem Chaps 🔥 Author

@zsergo My target audience is "classic car lovers"… So I assume they can be very different from one to another, but still I assume most off them have a google account

0 Likes
Razvan Statescu

You can try using firebase auth 👍🏻

0 Likes
Faiz | Metronome

I’m actual moving away from passwords and social logins. Instead, I’m sending a one-time login link via email.

Your mileage may vary, depending on users:

https://twitter.com/matteing/status/1347238000594464770?s=21

0 Likes
Piem Chaps 🔥 Author

@FaizMetronome That's a great way to do, I've seen it while using workflowy and loving it! I assume my targeted users are not familiar enough with this system… I will wait a bit before proposing them

0 Likes
Matthieu H.

I implemented password-less authentication on https://budg.co using email (magic link) and google OAuth. I can advise you https://magic.link to do this 😊

0 Likes
Piem Chaps 🔥 Author

@matthieuh seems great!! thank you for this resource! Gonna have a look!

0 Likes
Kevin

Firebase / Supabase / auth0

0 Likes

As I work mostly with Laravel - I use Socialite

I see your site is written in PHP. Do you use some framework or it's plain PHP?

If you want to implement it yourself and practice coding, you can search for "php oauth client library"

0 Likes
Piem Chaps 🔥 Author

@ostapbregin it's plain php 😱😰😭😂🤣

0 Likes
Pankaj Patidar

If there any library that can allow social login inside an iframe as well?

FYI, I'm using next.js for my app.

0 Likes

Please sign in to leave a comment.