5
10 Comments

How do you login users on you site?

How do you login users on your site?

on November 27, 2021
  1. 1

    I have used Google login in my recent project, https://www.onlibrary.site

  2. 1

    I offer Google Login along with traditional email and password login on my site https://twayobiz.com and it has worked perfectly for the last six months. I've been using this method to log people in as well as in past products for nearly a year now.

  3. 1

    Firebase with email login was the simplest for me.

    Everyone has email, but I wouldn't be satisfied just doing just an e.g. Google login (users aren't guaranteed to have a Gmail). So I'd have to include apple and email as well.

    Does that logic make sense?

  4. 1

    Devise. Pretty much standard in Rails.

  5. 1

    Hi @pjoe.
    I wonder why exactly you don't include Twitter login. Do you believe that this option is not popular?

    1. 1

      Nobody uses Twitter login really. Google Login is the most popular with Github and Facebook login coming in second.

      1. 1

        Do you have a measurement based on your answer? In my opinion, it would be better to include as many options as possible.

        1. 2

          A problem I frequently encounter is forgetting which login I used for a service and inadvertently creating a new account. Maybe companies see accidental new accounts as a positive metric lol 🤔

        2. 1

          Look at all the sites using Google signing that I have signed into:
          https://ucarecdn.com/92278912-6b72-479f-932e-9559116d944b/FireShotCapture001Appswithaccesstoyouraccountmyaccountgooglecom.png

          That's nearly 280 sites including my own (Twayobiz)

  6. 1

    This comment was deleted 4 years ago