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: Best way to do user authentication for web application?

5 pointsby thaweathermanover 11 years ago
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 comments

ibstudiosover 11 years ago
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 未加载
gspyrouover 11 years ago
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>
bmeltonover 11 years ago
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 未加载