Enhance laravel app security with verify login with OTP via Email or via SMS
We will create a login system with OTP.
Approach : TDD ( Test Driven Approach) is very important.
Writing tests for almost every section of our app for making our app with non breakable code.
Goal : Building a simple login system but challenge is to restrict user to limit access untill user verifies the OTP we send to either Email or on SMS.
Why create this: This is now a days very important security feature to enhance your app security.
Who this course is for:
Laravel developer who want to enhance his knowledge
Everyone who want to know how two factor authentication works
How to send sms and verify login with OTP