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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Easy User Authentication For Mobile Developers

24 点作者 janaboruta超过 13 年前

4 条评论

bigiain超过 13 年前
"Also, we encrypt user passwords on our servers and we never return a password in the result of any query."<p>Queue a link to _that_ bcrypt article...<p>I wonder if they've got a reason not to only store a hash? And if so, I wonder if they've got infrastructure secure enough to store your users passwords in an apparently retrievable form?<p>(I quite like Mozilla.org's guideline of storing the hashes in he database and the salts in the filesystem, to help ameliorate the consequences of an SQL injection attack...)
评论 #3092125 未加载
评论 #3092134 未加载
buro9超过 13 年前
A question I'm struggling with at the moment for my own project, is whether allowing the password to pass through the hands of a third party developer is even wise?
dustineichler超过 13 年前
1. Should you even bother using this if you can't implement NSURLConnection based authentication. No. 2. The point of this is lost on me. Why would I use this?
claus_z超过 13 年前
Seems in part very similar to parse.com