-
Notifications
You must be signed in to change notification settings - Fork 4
π Migrate Authentication RoutesΒ #32
Copy link
Copy link
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.
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.
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.