| Hi all,
I'm looking for experience/opinions on the above 3 mentioned SSO services. The use case for the service for me is to use it for multiple small side projects that I would hope to grow in the future and would like to be able to get all the data out if needed. I don't want to spend my time dealing with login systems, I'd rather concentrate on the products hence willing to pay some cash for a service rather than writing it all myself. - Stormpath (www.stormpath.com) I'm currently favouring this due to a more understandable pricing model and their explicit mentioning of being able to export all the data from them if needed (even if they have limited social login options, only 2 as far as I can see). - Auth0's (www.auth0.com) Pricing model seems strange to me (if I could predict my user login rates it might be better) but their product seems very polished. - Dailycred (www.dailycred.com) pricing page is just confusing/weird to me and I find the web page not that friendly to learn about their product so not that enthused by it. But all seem to fairly light on information about uptime SLAs etc. So as I said, any current users of any of these I'd love to hear from! (or if there's better ones out there please let me know :) ) Thanks! Paul |
I'm sorta biased here -- I work at Stormpath, so I think you should use us, but I did want to mention what we do which I personally think is cool (I use Stormpath myself for all my own side projects):
- You can use us for SSO (something like having login.mysite.com).
- You can use us to build your own user management system directly -- you can build a registration / login page on your site, and in the backend, use our open source libraries to create / manage / edit users on Stormpath.
- You can use us to for 'hosted login' -- basically when a user wants to register / login to your site you redirect them to us, and we'll display your own custom registration / login page, handle the authentication, then send the user back to you (new feature).
- We have social login (although we only support two providers atm: Google / Facebook).
- It's really easy to export your data out of us. I built a tool which does is really fast / well: https://github.com/rdegges/stormpath-export
- Our framework integrations are top notch.
I've specifically been working on our framework integrations (check these out!):
- http://flask-stormpath.readthedocs.org/en/latest/ (Flask)
- http://docs.stormpath.com/nodejs/express/ (Express)
If you're using Flask or Express, there's no simpler way to do user authentication (and if there is, let me know, so I can fix it!).
Anyhow, if you do end up rolling with Stormpath, and we don't work well, let me know why. I'm not an owner or anything, but totally 100% love working on the product here. I think it's the best solution out there. I'm r@rdegges.com (personal) if you wanna chat.