Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 283 Bytes

OTPKit

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.