madesimple/twofactor

Library for two factor authentication

v1.2.0 2022-02-25 15:02 UTC

This package is auto-updated.

Last update: 2024-03-25 20:06:56 UTC


README

PHPUnit

Library for two factor authentication.

Google Authenticator

How to use:

use MadeSimple\TwoFactor\GoogleAuthenticator\GoogleAuthenticator;

$auth = new GoogleAuthenticator($secret);
if (!$auth->$verfiy($code)) {
    // Block access
}

// Sign them in