monacousa-portal/middleware
Matt cd29123e23
Build And Push Image / docker (push) Successful in 2m59s Details
Refactor authentication system with tier-based access control
- Replace group-based auth with user/board/admin tier system
- Add direct login functionality alongside OAuth
- Implement role-based middleware for route protection
- Create dashboard pages and admin API endpoints
- Add error handling page and improved user management
- Maintain backward compatibility with legacy role methods
2025-08-07 12:28:41 +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 Initialize Nuxt.js project with Docker deployment setup 2025-08-06 14:31:16 +02:00
guest.ts feat: implement custom login system with direct authentication 2025-08-07 03:43:25 +02:00