How to use Twilio two-factor authentication with Laravel Passport?

There is a great tutorial on two factor authentication with Twilio SMS or Authy from there documentation which is well explained.

But it is for normal Laravel application, I am using Laravel Passport to login. I tried to use the same as normal laravel on web but it failed! Is there any way to set a two-factor authentication with Laravel Passport?

Thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.