shopit-back/app/Domains/Auth/Controllers
ncoronel 630b49cad7 feat(scanner): implement password reset attempt functionality for scanner users 2026-08-13 16:44:27 -03:00
..
AdminAppLoginController.php feat(auth): implement AdminApp login functionality with controller, request, routes, and tests 2026-07-31 10:47:55 -03:00
AdminAppMeController.php feat(auth): implement AdminAppMeController and AdminAppMeResource; add routes and tests for user context retrieval 2026-07-31 16:11:47 -03:00
CreateAdminAppResetPasswordAttemptController.php feat(auth): implement admin app password reset attempt functionality 2026-08-13 12:15:14 -03:00
CreateResetPasswordAttemptController.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
CreateScannerResetPasswordAttemptController.php feat(scanner): implement password reset attempt functionality for scanner users 2026-08-13 16:44:27 -03:00
GoogleAuthController.php feat(auth): implement Google OAuth integration with user authentication and token exchange 2026-07-22 13:43:14 -03:00
GoogleTokenExchangeController.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
LoginController.php feat(auth): implement login security features including account locking and login attempt tracking 2026-07-29 10:47:26 -03:00
LogoutController.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
MeController.php feat: update MeController to return user data as UserResource 2026-07-06 14:30:15 -03:00
RegisterController.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
ResetPasswordController.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
ScannerLoginController.php feat(scanner): add scanner authentication and context services with routes and tests 2026-08-11 14:53:51 -03:00
ScannerMeController.php feat(scanner): add scanner authentication and context services with routes and tests 2026-08-11 14:53:51 -03:00
UpdateProfileController.php feat: implement profile update functionality with validation and password handling 2026-07-08 12:10:23 -03:00
ValidateResetPasswordAttemptController.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00