Files
TwoFactorAuth/docs/qr-codes/image-charts.md
T
Nicolas CARPi b964b2abbf set verify ssl parameter for HTTP based QR provider to true by default
it's already bad to use an external provider, let's use the safest
defaults at least
2024-04-25 21:40:49 +02:00

661 B

layout, title
layout title
post Image-Charts

Optional Configuration

Argument Default value
$verifyssl true
$errorcorrectionlevel 'L'
$margin 4

$verifyssl is used internally to help guarantee the security of the connection. It is possible that where you are running the code from will have problems verifying an SSL connection so if you know this is not the case, you can supply true.

The other parameters are passed to Image-Charts so you can refer to them for more detail on how the values are used.