App Router
Routes live underfrontend/src/app. Folder structure follows product areas: dashboard, administration, authentication, and related surfaces. Keep URL structure predictable for deep links and support workflows.
Authentication
Browser session and token handling must match the API’s authentication rules. After any auth change, manually verify:- Unauthenticated users are redirected or blocked as intended.
- Organization context is available wherever admin or org-scoped views need it.