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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What do you use for auth?

1 点作者 rashadphil超过 2 年前
What do you use for auth?<p>For context, I&#x27;m building a full-stack app using React Native, Django, and PostgresQL.<p>Do you use auth providers? I&#x27;ve looked into Auth0 (which seems to be pricey) and ORY but I&#x27;m not sure what best fits my use case.<p>I&#x27;ve seen that building your own auth can be time-consuming and I&#x27;d like to spend less time integrating auth and more time working on other app features.<p>I&#x27;m considering using Firebase strictly for user authentication because I think it would be the simplest, but I&#x27;m not sure if this is a good idea.<p>For people who have experience building their own auth, using providers, or any other approaches, what would you recommend and why?

1 comment

rlawson超过 2 年前
I just use what is built into Django or an extension for DRF to use jwt<p>I found the 3rd party providers to be just one more hassle. The exception being larger systems that were already running on AWS&#x2F;Azure and there I used the provider service - Cognito for AWS for example.