google2fa-laravel
google2fa-laravel copied to clipboard
How to "skip" OTP validation page
I have "_2fa" column in my user table. It has integer value 0 & 1. How to tell this package to "skip" OTP validation if _2fa has 0 value ?
I mean when _2fa has 0 value user will not be forced to the OTP page
Just keep DB column (default google2fa_secret) empty or set to NULL. You don't need extra column for checking status.