GoogleAuthenticator
GoogleAuthenticator copied to clipboard
PHP class to generate and verify Google Authenticator 2-factor authentication
As I run command **composer require "PHPGangsta/GoogleAuthenticator:1.0.1"** I get the error: ... Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an...
Packagist [`phpgangsta/googleauthenticator`](https://packagist.org/packages/phpgangsta/googleauthenticator) is missing a 1.0.1 release. After asking the author to add it, I got this reply: > I would like to, but someone else took the packagist namespace...
i use this library but every time i verify code it does not match so i make some changes in library i might wrong some where but these changes gives...
I was checking how the composer.json was written and I noticed you guys do not integrate the PSR-4 method to call the script to a class through 'use'. Is it...
Hi there, We are using this library in our application from the past few years but recently we are facing issue in enabling the 2 step authentication in our application....
Even if i copy paste the URL it shows This site can’t be reached
The function setCodeLength sais in the docblock that it's parameter value should be 6 or greater. This actually adds an exception when a length < 6 is passed to the...
Since today I can't use `verifyCode` anymore. It returns nothing and there is no error. So maybe you can check it pls?
When a user generates the secret key he will have to save it in a safe place and also in the Google application. When it is validation in the login...