You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates a two-factor authentication system implemented in Laravel. When a user registers, they receive an OTP via email. After entering the OTP, they complete the registration process. Mailtrap is used for OTP notifications.
The sign-up or login process with OTP created using PHP and PHP Mailer is a secure authentication method. Users register with their details, and PHP generates a random OTP associated with their email.