TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 thepoet大约 9 年前
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

lizthedeveloper大约 9 年前
I feel like Auth0 is pretty mainstream. I teach it to students at this point.