shopit-back/app/Domains/Auth/Services
ncoronel ff9d7728e8 Implement localization for API responses and error messages
- Added localization support for API responses in English and Spanish.
- Introduced a middleware to set the API locale based on the Accept-Language header.
- Updated various exception messages and validation responses to use localized strings.
- Created new language files for English and Spanish translations.
- Refactored existing code to replace hardcoded messages with localized strings.
- Added tests to verify localization functionality and response correctness.
2026-07-28 10:19:39 -03:00
..
GoogleAuthService.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
ProfileService.php feat: implement profile update functionality with validation and password handling 2026-07-08 12:10:23 -03:00
RegisterUserService.php feat(notification): implement email notifications for user registration and purchase events 2026-07-22 09:54:19 -03:00
ResetPasswordAttemptService.php Forgot password flow 2026-07-27 09:43:00 -03:00