Goal-Calibration/app/User/UseCases
Yisroel Baum cd40483cd4
remove default values from user constructors
Forcing every call site to be explicit about admin status and
password eliminates a class of bugs where an unintended
isAdmin=false or empty passwordHash could silently slip through.
The CreateUserTest case that asserted the isAdmin default is
dropped since the default no longer exists.
2026-04-26 10:46:07 +03:00
..
AuthenticateUser.php inject PasswordHasher into CreateUser and AuthenticateUser 2026-04-26 09:06:21 +03:00
AuthenticateUserRequest.php add authenticate user request 2026-04-24 13:20:30 +03:00
CreateUser.php inject PasswordHasher into CreateUser and AuthenticateUser 2026-04-26 09:06:21 +03:00
CreateUserDto.php add password hash to create user dto 2026-04-24 13:18:24 +03:00
CreateUserRequest.php remove default values from user constructors 2026-04-26 10:46:07 +03:00