Ask HN: Best way to do user authentication for web application?
1–8 of 8 posts
Re: Ask HN: Best way to do user authentication for web application?
#2Re: Ask HN: Best way to do user authentication for web application?
#3Re: Ask HN: Best way to do user authentication for web application?
#4Maybe let someone else worry about it? http://www.mozilla.org/en-US/persona/ http://janrain.com/
Re: Ask HN: Best way to do user authentication for web application?
#5Re: Ask HN: Best way to do user authentication for web application?
#6You didn't mention a platform, but if you'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/password or email/password) login types as well. [1] - https://github.com/omab/python-social-auth
Re: Ask HN: Best way to do user authentication for web application?
#7You didn't mention a platform, but if you'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/password or email/password) login types as well. [1] - https://github.com/omab/python-social-auth
Awesome thanks. I might use that in my own applications in the future, but our app uses Angular and Node. Unfortunately I couldn't convince the group to use Django
I had troubles with crypt on an older version of Node, but it's almost certainly been resolved by now.
[1] - http://passportjs.org/