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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Which Auth Service for SaaS?

6 点作者 bert2002将近 3 年前
How did you decided which authentication service you use for your Saas? Built in or external service provider?

4 条评论

keraf将近 3 年前
It depends on what your needs are. If you need simple auth for a single application, most languages have libraries&#x2F;frameworks that cover most of your needs and are relatively trivial to implement. In .NET land you have Identity[0] for example. You just need to look up what is the most popular option for the tech you&#x27;re using and if it ticks all your boxes.<p>If you&#x27;re looking for a full fledged service that offers SSO and that you can self host (or cloud) with SDKs for most of the popular languages out there, then I&#x27;d recommend to look at Ory[1].<p>[0] <a href="https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;aspnet&#x2F;core&#x2F;security&#x2F;authentication&#x2F;identity?view=aspnetcore-6.0&amp;tabs=visual-studio" rel="nofollow">https:&#x2F;&#x2F;docs.microsoft.com&#x2F;en-us&#x2F;aspnet&#x2F;core&#x2F;security&#x2F;authen...</a> [1] <a href="https:&#x2F;&#x2F;www.ory.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ory.sh&#x2F;</a>
评论 #32751564 未加载
whichdan超过 2 年前
If you&#x27;re just building an MVP I think doing &quot;magic link&quot; auth is underrated. It&#x27;s super easy to set up, relatively secure, doesn&#x27;t need any of the complexity of passwords&#x2F;sso, and is easy to migrate to a different system in the future.<p>Auth0 is complete overkill if you don&#x27;t need their advanced features IMO.
评论 #32775118 未加载
satya71将近 3 年前
Auth is zero value-add table-stakes requirement with a lot of complexity. I haven&#x27;t a seen a product with enough built-in. External provider is the way to go.
评论 #32775108 未加载
iamandras将近 3 年前
I prefer auth0. It&#x27;s simple enough for a simple SaaS.
评论 #32775112 未加载