Skip to content

How are you handling authentication in modern React apps? #1138

Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hiroshi960617
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants