Skip to content

Commit 68b3b3b

Browse files
authored
Add support for 2FA (#82)
1 parent 5be2b44 commit 68b3b3b

31 files changed

+1684
-24
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
coverage: pcov
3232
php-version: ${{ matrix.php-version }}
33+
extensions: gd
3334

3435
- name: Validate composer.json and composer.lock
3536
run: composer validate

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@
1515
"doctrine/doctrine-migrations-bundle": "^3.2.2",
1616
"doctrine/orm": "^2.13.3",
1717
"easycorp/easyadmin-bundle": "^4.4.2",
18+
"endroid/qr-code": "^4.6",
1819
"ifsnop/mysqldump-php": "^2.9",
1920
"league/flysystem": "^3.10.2",
2021
"league/flysystem-aws-s3-v3": "^3.10",
22+
"leapt/core-bundle": "^4.6",
2123
"nzo/url-encryptor-bundle": "^6.2.2",
2224
"phpdocumentor/reflection-docblock": "^5.3.0",
25+
"scheb/2fa-backup-code": "^6.3",
26+
"scheb/2fa-bundle": "^6.3",
27+
"scheb/2fa-totp": "^6.3",
28+
"scheb/2fa-trusted-device": "^6.3",
2329
"sensio/framework-extra-bundle": "^6.2.8",
2430
"sixlive/dotenv-editor": "^2.0.0",
2531
"symfony/asset": "6.1.*",

0 commit comments

Comments
 (0)