Task will be to implement a two-factor authentification via email. Steps to do: 1. create table to save temporary user data 2. create EmailService that will send mail on provided user email 3. implement endpoint to confirm user verification in system
Task will be to implement a two-factor authentification via email.
Steps to do: