GoogleAuthenticator icon indicating copy to clipboard operation
GoogleAuthenticator copied to clipboard

Was does 3rd argument 'title' into getQRCodeGoogleUrl do?

Open nodesocket opened this issue 6 years ago • 2 comments

I don't see the title showing up in Authy. Also, I can't seem to pass any special characters such as . or - into the first argument name as well.

nodesocket avatar May 14 '19 05:05 nodesocket

The title will be shown in the Google Authenticator app before the URL ($name parameter).

Example: $ga->getQRCodeGoogleUrl("example.com", $secret, "Title Test") will be displayed in the Google Authenticator app as follows: Title Test (example.com)

baris1892 avatar Jun 19 '19 07:06 baris1892

yes, first the title will be shown then it will echo the URL link

nunia avatar May 14 '20 18:05 nunia