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: Which Auth Service for SaaS?

6 pointsby bert2002over 2 years ago
How did you decided which authentication service you use for your Saas? Built in or external service provider?

4 comments

kerafover 2 years ago
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 未加载
whichdanover 2 years ago
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 未加载
satya71over 2 years ago
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 未加载
iamandrasover 2 years ago
I prefer auth0. It&#x27;s simple enough for a simple SaaS.
评论 #32775112 未加载