-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
π MARKETINGEverything about the landing page: design, content, navigation, and SEO optimization.Everything about the landing page: design, content, navigation, and SEO optimization.π USER & AUTHUser accounts, authentication (email & OAuth), profiles, and account security.User accounts, authentication (email & OAuth), profiles, and account security.
Description
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
- Move
/auth/loginβ/login - Move
/auth/registerβ/register - Move
/auth/logoutβ/logout - Move
/auth/email-verificationβ/email-verification - Update navigation links/buttons across the app to use new paths
- Adjust redirects in authentication logic (login success, logout, registration)
- Remove or deprecate old
/auth/...routes to avoid duplication
π 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.
Metadata
Metadata
Assignees
Labels
π MARKETINGEverything about the landing page: design, content, navigation, and SEO optimization.Everything about the landing page: design, content, navigation, and SEO optimization.π USER & AUTHUser accounts, authentication (email & OAuth), profiles, and account security.User accounts, authentication (email & OAuth), profiles, and account security.