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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best way to do user authentication for web application?

5 点作者 thaweatherman超过 11 年前
A team of developers and myself are designing a web application and I am in charge of user authentication. I want to provide options such as Facebook Connect and OpenID via Google, Yahoo, etc., but we also need our own authentication method if no one wants to use either of those options. I really really want to avoid password authentication, but if I have to I will do it. Do you think SRP would be a better option, or is there something I am overlooking that would be easier for the user? Thanks

3 条评论

ibstudios超过 11 年前
Maybe let someone else worry about it?<p><a href="http://www.mozilla.org/en-US/persona/" rel="nofollow">http:&#x2F;&#x2F;www.mozilla.org&#x2F;en-US&#x2F;persona&#x2F;</a> <a href="http://janrain.com/" rel="nofollow">http:&#x2F;&#x2F;janrain.com&#x2F;</a>
评论 #6774582 未加载
gspyrou超过 11 年前
Take a look at Windows Azure Mobile Services <a href="http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-users-html/" rel="nofollow">http:&#x2F;&#x2F;www.windowsazure.com&#x2F;en-us&#x2F;develop&#x2F;mobile&#x2F;tutorials&#x2F;g...</a>
bmelton超过 11 年前
You didn&#x27;t mention a platform, but if you&#x27;re using Python or Django, Python-Social-Auth[1] is quite good. It supports a bevy of third-party providers while still allowing for easy local (username&#x2F;password or email&#x2F;password) login types as well.<p>[1] - <a href="https://github.com/omab/python-social-auth" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;omab&#x2F;python-social-auth</a>
评论 #6775891 未加载