I'm currently working on a project which has only social login (but allows you to choose between facebook and google) and this was a very deliberate move. For any given person on this planet, there is a higher chance that they use facebook or gmail over any other "service", so no need to offer support for 10 different social logins. Also, this is more about imposing a qualitative filter on the users who sign up. If t…
I will never use your product or service, if it only allows "social login." If it's an app that requires ANY sign-up to begin using it, I will uninstall it, unless I feel it offers a tremendous value to me.
Ask HN: What percentage of your users are using social login?
21–30 of 172 posts
Re: Ask HN: What percentage of your users are using social login?
#2240% email
30% Google
30% Facebook
Google might be a little under represented due to a bug (was fixed within a couple days) that prevented some Android users from using it to create an account.
Re: Ask HN: What percentage of your users are using social login?
#23With password managers being essentially mandatory now, it's not too hard to create a new email/password based account for every new site.
But recently I realized that I don't use my FB for anything. I have zero friends, don't allow friend requests and am unsearchable AFAIK. So now I am going to start using that account for social login, that way I don't have to bother with email/password.
Re: Ask HN: What percentage of your users are using social login?
#24Earlier quoted context omitted.
“If the earliest users you have don't like you enough to give you their social login details ” Perhaps I’m an anomaly, but if there is no regular email sign-up, I’m not using your product, period. There’s enough information floating around about me in databases all over the world, I don’t need them to be further connected and linked. To see the situation with FB/CA and then demand your users use their login is insult…
I built the log-in before the FB/CA situation and am yet to understand how it may change things. However, I personally think people will move on from this like nothing ever happened (which is sad)
Does that include you?
You could add the usual email login, or go further and prevent new Facebook logins, or remove it completely.
Re: Ask HN: What percentage of your users are using social login?
#25Earlier quoted context omitted.
Interesting, I always assumed this would be too much hassle for users since after the first login, the browser (mobile or desktop) would remember the password. Certainly seems like an optimum solution to typing a password on first login though (assuming the email is prompt).
Couple of points, first of all the thing the browser can still remember is the auth token in a non-expiring cookie. As the majority of users will rarely if ever clear cookies or change browsers, this nullifies the password remembering feature. Secondly, particularly on mobile, tapping through to email and hitting a link is probably faster and more convenient for most users than simply entering a password on the keybo…
Re: Ask HN: What percentage of your users are using social login?
#2655% Google
25% Facebook
20% Others
Re: Ask HN: What percentage of your users are using social login?
#27But what that means is that if your upstream login provider is down or having issues, your users can't log into your site, so don't do this unless it really makes sense for you.
https://cdn.discordapp.com/attachments/282271461853626368/42...
OTOH, we don't really have to deal with spam; that part has been nice.
Re: Ask HN: What percentage of your users are using social login?
#28If you don’t use 2FA on your google or Facebook account, how are delighted authentications any better than password reuse? They actually seem worse / less secure.
Re: Ask HN: What percentage of your users are using social login?
#29I'm currently working on a project which has only social login (but allows you to choose between facebook and google) and this was a very deliberate move. For any given person on this planet, there is a higher chance that they use facebook or gmail over any other "service", so no need to offer support for 10 different social logins. Also, this is more about imposing a qualitative filter on the users who sign up. If t…