fruit/otpkit

There is no license information available for the latest version (dev-master) of this package.

helper for Google Authenticator for Fruit framework

dev-master 2016-09-20 09:58 UTC

This package is auto-updated.

Last update: 2024-04-19 00:00:37 UTC


README

This package is part of Fruit Framework.

OTPKit is still under development, not usable now.

Synopsis

$otp = new TOTP('10 bytes binary string', 3);
if ($otp->validate($_POST['otp_pass'])) {
    // authorized!
}

License

Any version of MIT, GPL or LGPL.