2017 © Pedro Peláez
 

library otpkit

helper for Google Authenticator for Fruit framework

image

fruit/otpkit

helper for Google Authenticator for Fruit framework

  • Tuesday, September 20, 2016
  • by Ronmi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OTPKit

This package is part of Fruit Framework., (*1)

OTPKit is still under development, not usable now., (*2)

Synopsis

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

License

Any version of MIT, GPL or LGPL., (*3)

The Versions

20/09 2016

dev-master

9999999-dev

helper for Google Authenticator for Fruit framework

  Sources   Download

The Requires

 

The Development Requires

by Ronmi Ren