• Subscribe
  • Is it OK to ditch email / password over SOCIAL AUTHENTICATION ?

    Vivek Gautam
    5 replies
    Currently working on login page of my first saas Billsvault.com where I am only adding social login via google and twitter. Is it OK for MVP ? Will I loose visitors? Need guidance who has faced No headache of forgot password or reset password

    Replies

    Stephen Firecrow Silvernight
    It's actually advisable to use OAuth ( which I assume is what is behind the social logins) for security reasons, it means you don't have to store passwords, is that what your trying to avoid?
    Share
    Vivek Gautam
    @stephen_silvernight I am currently working on similar to Google Drive But Better
    Stephen Firecrow Silvernight
    @hey_gautamj thats interwsting, I dont blame you, the pw + salt + email space is somewhat nuanced. just fyi, I make a password for anything i deam important and use my soocial logins for anything I feel casual about, which bucket would your product be in?
    Share
    Stephen Firecrow Silvernight
    @hey_gautamj hmmm, I have two thoughts in that case, 1.) that seams important enough to warrent any security method a user needs, and 2.) if password + salt + email is a concern to impliment you may be unprepared to build a product of that kind, security of all types is faily central to that type of product.