monacousa-portal/server/api/auth
Matt 2c2c0f5c33
Build And Push Image / docker (push) Successful in 2m51s Details
feat: implement custom login system with direct authentication
- Add custom login page with username/password form and SSO fallback
- Implement direct login API endpoint with security features
- Add forgot password functionality and email notifications
- Create guest middleware for authentication routing
- Update Keycloak configuration and add cookie domain settings
- Add security utilities for rate limiting and validation
- Include comprehensive documentation for custom login implementation
2025-08-07 03:43:25 +02:00
..
callback.get.ts Add debug logging and cookie domain configuration to auth flow 2025-08-07 03:17:25 +02:00
direct-login.post.ts feat: implement custom login system with direct authentication 2025-08-07 03:43:25 +02:00
forgot-password.post.ts feat: implement custom login system with direct authentication 2025-08-07 03:43:25 +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 Initialize Nuxt.js project with Docker deployment setup 2025-08-06 14:31:16 +02:00
session.get.ts Initialize Nuxt.js project with Docker deployment setup 2025-08-06 14:31:16 +02:00