monacousa-portal/server/api/auth
Matt 623ad9c3fd
Build And Push Image / docker (push) Successful in 2m54s Details
Refactor email verification to use JSON responses instead of redirects
- Replace server-side redirects with JSON API responses for better error handling
- Add support for partial success when Keycloak update fails but token is valid
- Improve error messages with specific status codes (410 for expired, 409 for already used)
- Extract email from API response instead of URL query parameters
- Enable client-side navigation with proper error state management
2025-08-09 19:40:04 +02:00
..
callback.get.ts Refactor authentication system with tier-based access control 2025-08-07 12:28:41 +02:00
direct-login.post.ts feat: enhance mobile compatibility and debugging across authentication and system metrics 2025-08-07 16:08:39 +02:00
forgot-password.post.ts Refactor password reset to use dedicated Keycloak admin client 2025-08-07 17:50:09 +02:00
login.get.ts Add debug logging and cookie domain configuration to auth flow 2025-08-07 03:17:25 +02:00
logout.post.ts feat: implement server-side session management with session ID storage and cleanup 2025-08-07 14:16:54 +02:00
send-verification-email.post.ts Make email service initialization asynchronous 2025-08-09 15:50:54 +02:00
session.get.ts feat: enhance mobile compatibility and debugging across authentication and system metrics 2025-08-07 16:08:39 +02:00
setup-password.post.ts Add password setup flow with server-side validation 2025-08-09 19:11:54 +02:00
verify-email.get.ts Refactor email verification to use JSON responses instead of redirects 2025-08-09 19:40:04 +02:00