Send letter to user email to confirm registration. And if user trying to sign-in without confirmation - show error ("You should confirm your email before using the service")
To send email use queue. (Redis + RabbitMQ maybe, or maybe find better solution)
Send letter to user email to confirm registration. And if user trying to sign-in without confirmation - show error ("You should confirm your email before using the service")
To send email use queue. (Redis + RabbitMQ maybe, or maybe find better solution)