mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-18 14:43:09 +00:00
fix: better understanding for QrCodeProvider class
This commit is contained in:
@@ -49,6 +49,8 @@ If you do not want to use the default QR code provider, you can specify the one
|
||||
```php
|
||||
use RobThree\Auth\TwoFactorAuth;
|
||||
|
||||
$qrCodeProvider = new YourChosenProvider();
|
||||
|
||||
$tfa = new TwoFactorAuth(
|
||||
issuer: "Your Company Or App Name",
|
||||
qrcodeprovider: $qrCodeProvider
|
||||
|
||||
Reference in New Issue
Block a user