Please enable JavaScript.
Coggle requires JavaScript to display documents.
Register - Coggle Diagram
Register
Dto
email
password
repeat password
recaptcha (needed on the second request)
Validation Pipes
email
not null
mustString
password
not null
mustString
repeat Password
mustString
not null
must be equal to password
recaptcha
if existed mustString
Register Request
Controller
Register
Services
set The request on Redis
check if the email exists
add the Request to Register Confirm class(update according parameter)
Middlewares
req quantity checker
ip handler
Register Confirmation (Confirmation part)