mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-30 20:16:48 +00:00
2080319f6f
This change is discussed in #104 Currently, the library defaults to a QR Code Provider using an external service, thus leaking secrets. This change forces the definition of a QR Code Provider in the constructor. It is a breaking change. fixes #104
16 lines
354 B
Markdown
16 lines
354 B
Markdown
---
|
|
layout: post
|
|
title: QR GoogleCharts
|
|
---
|
|
|
|
See: https://developers.google.com/chart/infographics/docs/qr_codes
|
|
|
|
## Optional Configuration
|
|
|
|
Argument | Default value
|
|
------------------------|---------------
|
|
`$verifyssl` | `false`
|
|
`$errorcorrectionlevel` | `'L'`
|
|
`$margin` | `4`
|
|
`$encoding` | `'UTF-8'`
|