shopit-back/app/Domains/Auth/Requests
ncoronel 0baad641d5 fix(auth): scope email uniqueness to active users 2026-09-03 09:59:21 -03:00
..
AdminAppCreateResetPasswordAttemptRequest.php feat(auth): implement admin app password reset attempt functionality 2026-08-13 12:15:14 -03:00
AdminAppLoginRequest.php feat(auth): implement AdminApp login functionality with controller, request, routes, and tests 2026-07-31 10:47:55 -03:00
CreateResetPasswordAttemptRequest.php Forgot password flow 2026-07-27 09:43:00 -03:00
GoogleTokenExchangeRequest.php feat(purchase): add checkout expiration settings and reservation status to purchase items 2026-07-27 12:49:27 -03:00
LoginUserRequest.php feat(auth): implement login security features including account locking and login attempt tracking 2026-07-29 10:47:26 -03:00
RegisterUserRequest.php fix(auth): scope email uniqueness to active users 2026-09-03 09:59:21 -03:00
ResetPasswordRequest.php Forgot password flow 2026-07-27 09:43:00 -03:00
ScannerCreateResetPasswordAttemptRequest.php feat(scanner): implement password reset attempt functionality for scanner users 2026-08-13 16:44:27 -03:00
ScannerLoginRequest.php feat(scanner): add scanner authentication and context services with routes and tests 2026-08-11 14:53:51 -03:00
UpdateProfileRequest.php fix(auth): scope email uniqueness to active users 2026-09-03 09:59:21 -03:00
ValidateResetPasswordAttemptRequest.php Forgot password flow 2026-07-27 09:43:00 -03:00