We have 9 microservices in total, gateway service, email service and message service used the Node + Express framework, the rest use Flask.
Already registered:
Invalid email format:
Register successfully, redirect to login page after 2 seconds:
Using useEffect()
hook and useLocation()
to automatically fill out the email and password input:
Resolve the user verified status from jwt and check if the user has already verified email, if not:
If user choose to verify now, click the send verification code:
Email sent to the user’s address, input the code and then jump to the user home page
Banned User: (Jump to contact user…)
Updated successfully: