PHP class to generate and verify Google Authenticator 2-factor authentication
BSD 2-Clause "Simplified" License
2.26k
stars
698
forks
source link
Update function getQRCodeGoogleUrl in GoogleAuthenticator.php to be compliant with PHP 8.3 #113
Open
vmanrc opened 7 months ago
Make the URL returned by function getQRCodeGoogleUrl() compliant with PHP 8.3: put curly brackets around variables.