Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 428 Bytes

File metadata and controls

5 lines (3 loc) · 428 Bytes

Laravel 9 Two Factor Authentication With SMS

we will see laravel 9 two-factor authentication with SMS. we will send an OTP SMS to the mobile number and authenticate the login user. we will use the Twilio service to send SMS to international mobile numbers. Also, we will use the Twilio SDK library to send SMS from the laravel 9 application