2017 © Pedro PelĂĄez
 

library myotp

Integrate OTP system in your web application

image

whopa/myotp

Integrate OTP system in your web application

  • Tuesday, October 7, 2014
  • by fedemramato
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MyOTP

Integra OTP en tus aplicaciones web con Laravel. Funciona con Google Authenticator y otras aplicaciones que soporten OATH (HOTP / TOTP)., (*1)

Requisitos

  • Laravel 4.1.x

InstalaciĂłn

Para instalar este paquete, agrega lo siguiente en tu archivo composer.json, (*2)

require {
    "whopa/myotp" : "dev-master"
}

Luego ejecuta, (*3)

composer install o composer update segĂșn sea el caso., (*4)

Luego abre el archivo config/app.php y agregar en el array providers, (*5)

'Whopa\Myotp\MyotpServiceProvider'

Uso

El paquete define automĂĄticamente Myotp como alias., (*6)

Para generar un key secreto., (*7)

$key = Myotp::userRandomKey();

Para generar el OTP en base a la Key, (*8)

$otp = Myotp::generate($key, 30);

The Versions

07/10 2014

dev-master

9999999-dev

Integrate OTP system in your web application

  Sources   Download

The Requires

 

by Federico Ramato

07/10 2014

v1.0.1

1.0.1.0

Integrate OTP system in your web application

  Sources   Download

The Requires

 

by Federico Ramato

07/10 2014

v1.0.0

1.0.0.0

Integrate OTP system in your web application

  Sources   Download

The Requires

 

by Federico Ramato