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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: SSO services, Auth0 vs Stormpath vs DailyCred

7 点作者 pauleddie将近 11 年前
Hi all, I&#x27;m looking for experience&#x2F;opinions on the above 3 mentioned SSO services.<p>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&#x27;t want to spend my time dealing with login systems, I&#x27;d rather concentrate on the products hence willing to pay some cash for a service rather than writing it all myself.<p>- Stormpath (www.stormpath.com) I&#x27;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).<p>- Auth0&#x27;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.<p>- Dailycred (www.dailycred.com) pricing page is just confusing&#x2F;weird to me and I find the web page not that friendly to learn about their product so not that enthused by it.<p>But all seem to fairly light on information about uptime SLAs etc.<p>So as I said, any current users of any of these I&#x27;d love to hear from! (or if there&#x27;s better ones out there please let me know :) )<p>Thanks!<p>Paul

5 条评论

rdegges将近 11 年前
Yo Paul,<p>I&#x27;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):<p>- You can use us for SSO (something like having login.mysite.com).<p>- You can use us to build your own user management system directly -- you can build a registration &#x2F; login page on your site, and in the backend, use our open source libraries to create &#x2F; manage &#x2F; edit users on Stormpath.<p>- You can use us to for &#x27;hosted login&#x27; -- basically when a user wants to register &#x2F; login to your site you redirect them to us, and we&#x27;ll display your own custom registration &#x2F; login page, handle the authentication, then send the user back to you (new feature).<p>- We have social login (although we only support two providers atm: Google &#x2F; Facebook).<p>- It&#x27;s really easy to export your data out of us. I built a tool which does is really fast &#x2F; well: <a href="https://github.com/rdegges/stormpath-export" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rdegges&#x2F;stormpath-export</a><p>- Our framework integrations are top notch.<p>I&#x27;ve specifically been working on our framework integrations (check these out!):<p>- <a href="http://flask-stormpath.readthedocs.org/en/latest/" rel="nofollow">http:&#x2F;&#x2F;flask-stormpath.readthedocs.org&#x2F;en&#x2F;latest&#x2F;</a> (Flask)<p>- <a href="http://docs.stormpath.com/nodejs/express/" rel="nofollow">http:&#x2F;&#x2F;docs.stormpath.com&#x2F;nodejs&#x2F;express&#x2F;</a> (Express)<p>If you&#x27;re using Flask or Express, there&#x27;s no simpler way to do user authentication (and if there is, let me know, so I can fix it!).<p>Anyhow, if you do end up rolling with Stormpath, and we don&#x27;t work well, let me know why. I&#x27;m not an owner or anything, but totally 100% love working on the product here. I think it&#x27;s the best solution out there. I&#x27;m r@rdegges.com (personal) if you wanna chat.
评论 #7998982 未加载
vsergiu将近 11 年前
I would recommend Userapp( <a href="https://www.userapp.io/" rel="nofollow">https:&#x2F;&#x2F;www.userapp.io&#x2F;</a> ). It has a lot of features and it is really easy to use. Also I have talked via email with the guys making the service and they offer great support. I only use a free version and not trying to advertise the service, but I really think it is the best solution for side projects&#x2F;early stage startup MVP
bikamonki将近 11 年前
I am also doing research to select one such service and I believe the decision point comes down to this: pricing based on user count vs pricing based on activity (i.e. API calls). I think developers will chose the latter since you can somehow program you code to limit API calls but you cannot determine number of users in advance. So far Stormpath is winning b&#x2F;c of this reason.
评论 #7993675 未加载
mgonto将近 11 年前
Hey,<p>Just as @rdegges said, I work on Auth0 so I&#x27;m a a little biased as well but I can give you some insights about Auth0 and tell you why I personally like it and why I joined the team.<p>- Pricing: I agree with you that it&#x27;s not 100% ideal. To be honest, we&#x27;ve been fighting to make this clearer and easier. Our basic idea here is, don&#x27;t charge somebody who&#x27;s starting to do something. Charge them once they have enough users so that they can start getting money in, and only charge for Users that actually USE your site (Users that have entered your site in the last 30 days at least). But I&#x27;d love to get some feedback about it, if you&#x27;re willing to :). Why do you think it&#x27;s confusing and how would you change it?<p>- Features: I can enumerate all the features we have and all the ones I like, but the easiest way for you to decide what&#x27;s best for you is just to create an account and try it out :). Put it in one of your projects. Follow the Quick start guide on <a href="https://docs.auth0.com/" rel="nofollow">https:&#x2F;&#x2F;docs.auth0.com&#x2F;</a> and integrate it to your app. Let me know then if this was easy and straight forward enough for you :).<p>- Data Export: We don&#x27;t have anything in the UI right now to show how you can export the data. However, our dashboard uses our API to show all of the information you see there, so you can just use our API to export all of the information in there. For example, for getting ALL of the users information to save it, just call <a href="https://docs.auth0.com/api#!#get--api-users" rel="nofollow">https:&#x2F;&#x2F;docs.auth0.com&#x2F;api#!#get--api-users</a> and get it :).<p>- Why I joined Auth0: I work in Auth0 as a Developer Evangelist. The first thing you gotta know for this position is that if you don&#x27;t like the product for the company you&#x27;re joining, you&#x27;re screwed :). What I love about it is that we use ALL standards (JWT, Open Id Connect, SAML, OAuth, etc.) which means that even if you don&#x27;t like us after all, it&#x27;s really easy to replace us. Also, we have TONS of stuff Open Source. I love Open Source and Openness. It&#x27;s the way to go, and that&#x27;s one of the main things I like about Auth0. Just go to our Github and check it out.<p>I don&#x27;t want to make this message sound as I&#x27;m selling Auth0 to you. I haven&#x27;t checked out Dailycred yet, but I do think Stormpath is also a good product. My final recommendation would be, just try all of them out, and join the one you feel more confortable with. If you have any feedback, please shoot me an email to gonto@auth0.com or martin@gon.to.<p>Cheers :)
评论 #8028884 未加载
skram将近 11 年前
You might want to look into <a href="http://authrocket.com/" rel="nofollow">http:&#x2F;&#x2F;authrocket.com&#x2F;</a> as well.