Skip to content

Commit ae1cc5e

Browse files
authored
Merge pull request #105 from RMEngels/master
Add warning of default QR Code provider to README.md
2 parents 5968be2 + 6e71f43 commit ae1cc5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ PHP library for [two-factor (or multi-factor) authentication](http://en.wikipedi
88
<img src="https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/multifactorauthforeveryone.png">
99
</p>
1010

11+
## Warning:
12+
13+
By default, this package uses the `lib/Providers/QRServerProvider.php` as QR code generator. This provider is __not__ suggested for applications where absolute security is needed, because it uses an external service for the QR code generation.
14+
15+
16+
You can make use of the included [Endroid](https://robthree.github.io/TwoFactorAuth/qr-codes/endroid.html) or [Bacon](https://robthree.github.io/TwoFactorAuth/qr-codes/bacon.html) providers which generate locally.
17+
1118
## Requirements
1219

1320
* Requires PHP version >=8.1

0 commit comments

Comments
 (0)