TIDE/backend/app/User/UseCases/SignupUser
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
..
SignupUser.php implement SignupUser two-step confirm flow 2026-05-06 22:08:54 +03:00
SignupUserRequest.php implement SignupUser two-step confirm flow 2026-05-06 22:08:54 +03:00