Vectorface / GoogleAuthenticator

PHP class to generate and verify Google Authenticator 2-factor authentication
BSD 2-Clause "Simplified" License
14 stars 9 forks source link

fix missing issuer for QR codes generated by getQRCodeUrl method (optional) #7

Closed Rodots closed 3 months ago

Rodots commented 3 months ago
  1. fix missing issuer for QR codes generated by getQRCodeUrl method (optional)
  2. Fix missing type declaration for $_codeLength attribute.
  3. fix UriBuilder class introduction
  4. remove unused local variables
  5. Add Simplified Chinese README
jdpanderson commented 3 months ago

Thanks so much for the update!