shopit-back/app/Domains/Auth/Services
ncoronel a4b5c2eb19 refactor(auth): remove role-based logic from scanner authentication and permissions 2026-09-04 15:33:01 -03:00
..
AdminAppContextService.php feat(auth): implement AdminAppMeController and AdminAppMeResource; add routes and tests for user context retrieval 2026-07-31 16:11:47 -03:00
AdminCredentialVerifier.php fix(auth): resolve login identities by active email and role 2026-09-04 14:17:19 -03:00
GoogleAuthService.php fix(auth): resolve login identities by active email and role 2026-09-04 14:17:19 -03:00
PasswordLoginService.php refactor(auth): remove role-based logic from scanner authentication and permissions 2026-09-04 15:33:01 -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 fix(auth): isolate password reset flows by application role 2026-09-04 14:17:27 -03:00
ScannerContextService.php feat(auth): implement permission-based access for scanner functionality and update related tests 2026-08-11 14:53:51 -03:00