#Authjs
can someone PR a authjs atproto oauth driver so i can off my brain with frontend oauth pretty please (if not i'll pr it myself eventually)
October 23, 2025 at 3:22 PM
Yeah there are two main things IMO that can be a little of a pain:

Edge runtime is obviously not supported, so you need to use the node runtime. Which means middleware stuff does not work (properly). This is especially a pain when you want to use it with authjs and prism.
March 19, 2025 at 9:03 PM
with authjs you are not bound to a platform, which you are with clerk.

But I think clerk has better rbac and tenant like features (adding users to an org and so on)
February 3, 2025 at 2:32 PM
Today, setting up the new project:

👉 NextJS 15 (first time)
👉 AuthJS
👉 Prisma ORM
👉 Stripe
👉 ShadCN
👉 i18n

and more...

Unlike my previous application, I’ll only handle two languages: FR and EN.

Now it’s time to start working on the waiting list page! 🚀

#buildinpublic
December 7, 2024 at 11:06 PM
AuthJS est officiellement ringard, contrairement à Better-Auth, et tous les users NextJS s'en rendent compte.

Je suis convaincu.

Et j'en ai été convaincu la première fois que j'ai testé l'outil.
May 13, 2025 at 5:46 AM
"AuthJs" ?

I did a PR months back, and no news. I would love a feedback like: "We don't want this..." or "Change that..." or ...

They advertise Clerk on their Homepage. Does it mean that we should not start building on AuthJs ?
February 5, 2025 at 6:43 PM
#NextAuth was a game changer for me.

Spent ages stuck on access/refresh tokens until NextAuth (now AuthJS?) broke the cycle. It clarified everything and helped me build my own #FastAPI auth server.

Nothing but respect for the #AuthJS devs and their patience on GH issues 🙌
November 23, 2024 at 1:26 PM
👨‍💻 推荐开源的auth库:Better Auth

最近很多开源项目都使用了Better Auth,于是读了下它的文档,有authjs的影子,但确实更简单。

有什么优势?

authjs里实现一些功能,例如email注册登录,需要处理很多事情,它就不用;而且很多功能做成插件式,如magic-link、passkey、onetap等,下个项目就用它
January 16, 2025 at 12:30 AM
Auth.js is now part of Better Auth
https://www.better-auth.com/blog/authjs-joins-better-auth
[comments] [86 points]
September 27, 2025 at 2:03 AM
September 26, 2025 at 7:30 PM
Auth.js Joining Better Auth
L: https://www.better-auth.com/blog/authjs-joins-better-auth
C: https://news.ycombinator.com/item?id=45389293
posted on 2025.09.26 at 14:04:29 (c=0, p=5)
September 26, 2025 at 7:27 PM
AuthJS est mort. Vraiment. Il faut qu'on soit honnêtes toi et moi 2 minutes :

• AuthJS est en BETA depuis 2 ans (je rigole même pas)
• Aucune mise à jour majeure
• Grosse difficulté à gérer le password (reset etc...)
May 13, 2025 at 5:46 AM
Auth.js(NextAuthc)はBetterAuthにメンテナー権限を移譲して、Auth.js(NextAuthc)は開発終了する感じなんだ "Auth.js is now part of Better Auth" https://www.better-auth.com/blog/authjs-joins-better-auth
September 27, 2025 at 1:20 AM
Auth.js
Llibreria JavaScript que facilita l'autenticació a les teves aplicacions.
descargo-gratis.com/authjs-libre...
AuthJS - Librería Javascript para autenticación en tu web - Descargo gratis
AuthJS es una librería JavaScript que permite la autenticación en tu web con las cuentas de los principales proveedores en Internet.
descargo-gratis.com
March 6, 2025 at 7:24 PM
Hello Builders,

For devs using Next.js, do you prefer AuthJS or Clerk? 🚀

#buildinpublic #indiehackers #webdev
December 13, 2024 at 10:47 PM
Authjs or someone suggested clerk?

Good to know for sub domains thanks!
February 3, 2025 at 2:25 PM
Until you try to add something as simple as authjs and then you lose 70 minutes with v0 messing around. Its cool, but is not building full-stack applications nor anything close to it yet
Build a fullstack app in 7 minutes with v0 (Figma to code)
YouTube video by Vercel
www.youtube.com
December 19, 2024 at 11:15 AM
Wow, @authjs is now part of @better_auth 🔥

Excited times for auth!

Glad that we bet on it from the start at TurboStarter 🚀
September 27, 2025 at 7:56 AM
L’abstraction qu’offre NextJS rend beaucoup de choses très simples comme les Server Actions, Server Components, redirections, cache.

3️⃣ Communauté

Des librairies comme AuthJS, next-safe-action, etc., rendent le framework tellement cool à utiliser.

4️⃣ React
December 4, 2024 at 4:45 PM
Would probabbly just use nextjs and authjs building all the role stuff on top.

If you need subdomains I would just point them to the same host and use header domain infos in requests to determine the customer.
February 3, 2025 at 11:09 AM
👨‍💻 Tech stack:

• Next.js 14 @nextjs
• NextAuth @authjs
• Database @neondatabase
• Tailwind CSS @tailwindcss
• Shadcn UI @shadcn
• Lucide Icons
• Contentlayer @contentlayerdev
• Sanity @sanity_io
• Vercel @vercel

almost the same tech stack with mkdirs.com
December 28, 2024 at 9:27 AM
今日のZennトレンド

40代後半のおじさんが AWS...
https://zenn.dev/mujyun_furu/articles/mujyun_aws_community_builders
Dockerイメージの安全性を...
https://zenn.dev/fuuji/articles/3909c8d444eaa9
Auth.js v5 の紹介と...
https://zenn.dev/b13o/articles/about-authjs
March 6, 2025 at 11:00 PM
🚀🔐 My NextAuth.js v5 Prototype in Next.js!

🔗 Live Demo: next-auth-prototype.vercel.app
🔗 GitHub Repo: github.com/aladin002dz/...
📌 Server-side authentication (but error handling feels immature)
📌 Google OAuth integration
#React #NextJS #NextAuth #AuthJS #OAuth #TailwindCSS
February 19, 2025 at 6:10 PM