PHPGangsta / GoogleAuthenticator

PHP class to generate and verify Google Authenticator 2-factor authentication
http://phpgangsta.de/4376
BSD 2-Clause "Simplified" License
2.25k stars 693 forks source link

Fix double urlencode #65

Closed parrel closed 5 years ago

parrel commented 5 years ago

Double encoding caused some issues, for example, spaces in the title would appear as +'s when decoded.

PHPGangsta commented 5 years ago

It's correct that title is encoded separatly ("doubled"). Please read this discussion:

https://github.com/PHPGangsta/GoogleAuthenticator/pull/15