TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why is user management not delegated to 3rd parties like credit cards?

1 pointsby thepoetabout 9 years ago
Why does every startup needs to store user data, passwords and personal information. Most of us reuse our passwords and so our accounts are as secure as the least secure website&#x2F;startup where it was used. And, it is fairly easy to know if you are a user or not using the &#x27;Forgot password&#x27; thing. There are other problems to take care of like rate limiting in case of brute force attacks, incorrectly configured security for OTPs, 2 factor support implementation, bad password hashing and salting, user data leaks due to incorrect use of authorization tokens.<p>I know there are companies like stormpath, auth0, userapp that are doing similar stuff but why is it not mainstream the way credit card storage, billing, support software have been delegated.

1 comment

lizthedeveloperabout 9 years ago
I feel like Auth0 is pretty mainstream. I teach it to students at this point.