• Joined on 2025-01-31
matt pushed to main at matt/monacousa-portal 2025-08-07 14:31:48 +02:00
aa541fcc5c fix: improve login redirect reliability by using window.location for navigation
matt pushed to main at matt/monacousa-portal 2025-08-07 14:27:09 +02:00
789ecd7eab Refactor login flow to return redirect URL instead of direct navigation
matt pushed to main at matt/monacousa-portal 2025-08-07 14:16:55 +02:00
af4fae6378 feat: implement server-side session management with session ID storage and cleanup
matt pushed to main at matt/monacousa-portal 2025-08-07 14:10:34 +02:00
fe5aed075f fix: update SameSite cookie attribute to 'none' for cross-site requests
matt pushed to main at matt/monacousa-portal 2025-08-07 14:05:17 +02:00
eef81d7409 fix: enforce secure cookie setting for session management
matt pushed to main at matt/monacousa-portal 2025-08-07 13:51:16 +02:00
98ef466022 feat: improve login process with enhanced session handling and error management
matt pushed to main at matt/monacousa-portal 2025-08-07 13:37:56 +02:00
1b2ce79919 feat: enhance login process with session data retrieval and role extraction
matt pushed to main at matt/monacousa-portal 2025-08-07 13:13:12 +02:00
05b8d97e22 feat: enhance login method with detailed logging for request and response
matt pushed to main at matt/monacousa-portal 2025-08-07 13:07:53 +02:00
989c56acbf feat: add plugin to unregister existing service workers on client
matt pushed to main at matt/monacousa-portal 2025-08-07 13:01:40 +02:00
cbaedeb0a8 fix: resolve login redirect failures by removing cookie domain and implementing session data encryption
matt pushed to main at matt/monacousa-portal 2025-08-07 12:55:17 +02:00
2c545dcaaa Fix login authentication flow and improve proxy configuration
matt pushed to main at matt/monacousa-portal 2025-08-07 12:46:13 +02:00
57428f437c feat: enhance session cookie handling with domain configuration and expiration settings
matt pushed to main at matt/monacousa-portal 2025-08-07 12:35:16 +02:00
c2c9f2fb8e fix: ensure session cookie is properly read by forcing page reload on login success
matt pushed to main at matt/monacousa-portal 2025-08-07 12:28:43 +02:00
cd29123e23 Refactor authentication system with tier-based access control
matt pushed to main at matt/monacousa-portal 2025-08-07 03:43:28 +02:00
2c2c0f5c33 feat: implement custom login system with direct authentication
308c58e924 fix: add missing newline at end of .env.example file
Compare 2 commits »
matt pushed to main at matt/monacousa-portal 2025-08-07 03:17:28 +02:00
858b252a7e Add debug logging and cookie domain configuration to auth flow
matt pushed to main at matt/monacousa-portal 2025-08-07 02:56:55 +02:00
d8420b8f9e feat: add debug entrypoint script and enhance health check logging
matt pushed to main at matt/monacousa-portal 2025-08-07 01:32:38 +02:00
378e730c68 chore: update Docker deployment guide and configuration
matt pushed to main at matt/monacousa-portal 2025-08-06 15:59:46 +02:00
902f36ee12 Refactor Docker workflow to remove Node.js installation and streamline image build and push steps
matt pushed to main at matt/monacousa-portal 2025-08-06 15:56:01 +02:00
0e9aaa90f1 Refactor Docker installation step to simplify setup and ensure service starts