How are you handling authentication in modern React apps? #1138
Answered
by
alexande860
hiroshi960617
asked this question in
General
-
Auth.js, Clerk, Firebase, custom JWT flow? What’s working best for your team in terms of developer experience and security? |
Beta Was this translation helpful? Give feedback.
Answered by
alexande860
Jun 7, 2025
Replies: 1 comment
-
Right now, I mostly use: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hiroshi960617
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, I mostly use:
🔐 Auth.js (formerly NextAuth) for full-stack apps – easy OAuth + JWT support
🧑💻 Custom JWT flow for API-first apps with Express or Nest.js backends
⚙️ Clerk for projects that need built-in UI + multi-device sessions
🔥 Firebase Auth for fast MVPs or apps already using Firebase