Is it good to have ONLY social login in my website?
I am developing a website and planning to implement only social login for users, instead of having own user register/login form.
I think that I can avoid user registration, login, forgot password forms in my website if I use only social login.
Is my thought right?
what are the pros and cons to have only social login?
My website is not for commercial purpose, it's for entertainment purpose like social sharing and some private stuffs for a user. (PHP/MySql)
|
|
|||||||||||||||
|
closed as not constructive by John Conde♦ Jan 20 at 0:15
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
While using social login does let you avoid dealing with user management, some of the more obvious downsides are:
There was a case study post done in the last year or so that I can't find from the developer of a fairly large service that outlined several other lower-level problems with using only social logins. His conclusion was that it's generally best to create your own registration system, even if it's minimal, and then allow people to attach their social logins to it. |
|||
|
|