TIDE/backend/app/User
Yisroel Baum f3c6e2e000
implement SignupUser two-step confirm flow
Signup now collects only email + displayName, creates an
unconfirmed user with empty password hash, mints an
EmailConfirmationToken, and dispatches a confirmation email.
Password is set during ConfirmUserEmail.
2026-05-06 22:08:54 +03:00
..
UseCases implement SignupUser two-step confirm flow 2026-05-06 22:08:54 +03:00
CreateUserDto.php extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00
EloquentUserRepository.php extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00
User.php extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00
UserModel.php extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00
UserRepository.php extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00