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.
This commit is contained in:
parent
11f2823a30
commit
f3c6e2e000
2 changed files with 27 additions and 15 deletions
|
|
@ -7,6 +7,5 @@ class SignupUserRequest
|
|||
public function __construct(
|
||||
public ?string $email,
|
||||
public ?string $displayName,
|
||||
public ?string $password,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue