monacousa-portal/middleware
Matt 423d8c3aa1
Build And Push Image / docker (push) Successful in 3m0s Details
Simplify auth system by removing throttling and mobile workarounds
- Remove session check throttling mechanism from useAuth composable
- Eliminate forced auth check parameters throughout codebase
- Replace window.location redirects with standard navigateTo()
- Remove mobile-specific authentication handling and diagnostics
- Move auth check to onMounted hook in login page
- Clean up console logging for auth operations
2025-08-07 17:12:05 +02:00
..
auth-admin.ts Refactor authentication system with tier-based access control 2025-08-07 12:28:41 +02:00
auth-board.ts Refactor authentication system with tier-based access control 2025-08-07 12:28:41 +02:00
auth-user.ts Refactor authentication system with tier-based access control 2025-08-07 12:28:41 +02:00
auth.ts Simplify auth system by removing throttling and mobile workarounds 2025-08-07 17:12:05 +02:00
guest.ts feat: implement custom login system with direct authentication 2025-08-07 03:43:25 +02:00