Skip to content

helper for Google Authenticator for Fruit framework

Notifications You must be signed in to change notification settings

fruit-php/otpkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

helper for Google Authenticator for Fruit framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published