backend-service/internal/handlers
ats-tech25 0e83ee056c feat(auth): Implement comprehensive user authentication and authorization
- Add complete authentication handlers for registration, login, profile retrieval, and update
- Implement UserService with robust validation and error handling
- Create new user_service.go with core authentication logic
- Add support for JWT token generation and user management
- Implement input validation, password hashing, and error responses
- Enhance security with email normalization and input sanitization
- Prepare groundwork for secure user authentication flow
2025-11-05 15:25:41 +00:00
..
admin.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
auth.go feat(auth): Implement comprehensive user authentication and authorization 2025-11-05 15:25:41 +00:00
booking.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
payment.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00