Authentication
Authentication in Next.js applications is handled using Better-Auth.
Better-Auth
We use Better-Auth as our standard authentication solution. It provides a comprehensive set of features for handling user sessions, social logins, and more, with a modern and developer-friendly API.
- Docs: https://better-auth.com/
Legacy: NextAuth.js
Previous projects might have used NextAuth.js (Auth.js). For all new development, please use Better-Auth.