We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a code from the App. like 050 221. How do i check the Code if it is right?
The text was updated successfully, but these errors were encountered:
`$authenticator = new PHPGangsta_GoogleAuthenticator();
$secret = '3JMZE4ASZRIISJRI'; //The users secret key $key= '183036' ; //The number generated by app.
$checkKey = $authenticator->verifyCode($secret, $key, 0);
if ($checkKey ) { echo 'Validated Succesfully';
} else { echo 'FAILED'; }`
Sorry, something went wrong.
No branches or pull requests
I got a code from the App. like 050 221. How do i check the Code if it is right?
The text was updated successfully, but these errors were encountered: