2017 © Pedro Peláez
 

fuel-package fuel-g2fa

Google 2-Step Verification for FuelPHP

image

yoshihisa/fuel-g2fa

Google 2-Step Verification for FuelPHP

  • Sunday, May 8, 2016
  • by yoshihisa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

Build Status, (*1)

fuel-g2fa

This package is 2-factor authentication with Google Authenticator for FuelPHP., (*2)

License

MIT, (*3)

Configuration

config/g2fa.php, (*4)

return array(
    'title' => 'Your service name'
);

Usage

G2FA::createSecret()

Create the secret key at Base32 string., (*5)

G2FA::getQRCodeUrl(string $name, string $secret)

Generate QR code for Google Authenticator. $name will be used in Google Authenticator for identify. Issuer is set in config file.(See ./config/g2fa.php), (*6)

G2FA::getCode(string $secret [, int $timeSlice])

Generate One-time password., (*7)

G2FA::verifyCode($secret, $code, [, $discrepancy, $timeSlice])

Check the one-time password., (*8)

The Versions

08/05 2016

dev-master

9999999-dev https://github.com/yoshihisa/fuel-g2fa

Google 2-Step Verification for FuelPHP

  Sources   Download

MIT

The Requires

 

The Development Requires

google authenticator 2-step auth 2-factor auth

08/05 2016

1.0.0

1.0.0.0 https://github.com/yoshihisa/fuel-g2fa

Google 2-Step Verification for FuelPHP

  Sources   Download

MIT

The Requires

 

The Development Requires

google authenticator 2-step auth 2-factor auth