GoogleAuthenticator icon indicating copy to clipboard operation
GoogleAuthenticator copied to clipboard

PHP class to generate and verify Google Authenticator 2-factor authentication

Results 59 GoogleAuthenticator issues
Sort by recently updated
recently updated
newest added

F:\test>composer require phpgangsta/googleauthenticator In PackageDiscoveryTrait.php line 331: ``` Could not find a version of package phpgangsta/googleauthenticator matching your minimum-stability (stable). Requir e it with an explicit version constraint allowing its...

Removed bad content

RFC and freeOTP require at least 128 bit, better 160bit and more. newer freeOTP versions show warnings if the length is less than 128 bit.

**Is there a way to know how to report a vulnerability in this library?** Can anyone tell me where to go, and how often I can expect to get an...

No longer throwing any notices. All works as before. Fix is minor.

Make the URL returned by function getQRCodeGoogleUrl() compliant with PHP 8.3: put curly brackets around variables.