Refactor authentication routes to simplify URLs and improve user experience. Current routes are nested under /auth/... and will be migrated to root-level routes.
β
Tasks
π Notes
- Use Next.js App Router conventions (folders under
app/) for clean URLs.
- Ensure compatibility with better-auth integration.
- Double-check email verification and OAuth callback flows still work after migration.
Refactor authentication routes to simplify URLs and improve user experience. Current routes are nested under
/auth/...and will be migrated to root-level routes.β Tasks
/auth/loginβ/login/auth/registerβ/register/auth/logoutβ/logout/auth/email-verificationβ/email-verification/auth/...routes to avoid duplicationπ Notes
app/) for clean URLs.