Laravel OTP Based Login Two Factor Authentication

Enhance laravel app security with verify login with OTP via Email or via SMS

Ratings: 3.28 / 5.00




Description

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.

What You Will Learn!

  • Send OTP via Email
  • Send OTP via SMS
  • Make two factor authentication

Who Should Attend!

  • 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