Should I redirect user to login screen after validating email and first password?
I’m working on authentication on the backend of an application and I want to know which of the following methods is the best.
After the user registers in the application an email is sent to the registered email with an OTP code to confirm …