-
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
In your demo, you have:
// substitute your company or app name here
$tfa = new RobThree\Auth\TwoFactorAuth(new RobThree\Auth\Providers\Qr\QRServerProvider());
But it's not clear where to put the company name. I tried:
$tfa = new RobThree\Auth\TwoFactorAuth(new RobThree\Auth\Providers\Qr\QRServerProvider('Company Name'));
... but after scanning the QR code, the Google Authenticator app I'm using does not show the company name. It only shows the user email from:
$tfa->getQRCodeImageAsDataUri($username, $secret);
How do we enter the company name for the authenticator app?
Thanks for any help.
Metadata
Metadata
Assignees
Labels
No labels