TwoFactorAuth icon indicating copy to clipboard operation
TwoFactorAuth copied to clipboard

Two Factor Authentication web portal written in PHP

Results 9 TwoFactorAuth issues
Sort by recently updated
recently updated
newest added

I have a setup, where a single vhosted TwoFactorAuth is serving multiple vhost servers. In this case the cookies must be bound to the protected vhost instead of the TwoFactorAuth...

Hi, awesome author. I have tried to configure TwoFactorAuth on windows many times. Its user authentication and OTP authentication functions are normally available, but after authentication, I jump to the...

Hi, Thanks for the 2FA app. I have installed the app under my nginx server's folder, configured for php-fpm etc. When I run the https://mysite.com.xyz/TwoFactorAuth for the first time, it...

Add option (PASSTHROUGH on creation user) to pass 2 factor based on ip address. It's option to pass the cli applications, that can't go session based authentications, such as git,...

I noticed that some logins failed when auth.php did not submit over HTTPS. Some servers don't have it. TFA now works for sites with no SSL cert. More importantly, I...

So consider this scenario: Someone logins in via TFA Someone fills in a form that will submit over POST to x.php Their TFA session expires They submit the form. They...

enhancement
question

On line 113 `$string .= $seed{intval( mt_rand( 0.0, $max ) )};` must change to `$string .= $seed[intval( mt_rand( 0.0, $max ) )];` due to PHP 8.1 updates.

The first time I login, the form is completely empty, user name and password fields are blank. When I close the browser (Chrome running Arch Linux) and reopen it and...