captcha cleanup and added 2fa logins

This commit is contained in:
2024-09-28 11:51:28 +10:00
parent 59ca73519d
commit 538f324ff4
27 changed files with 817 additions and 9005 deletions

View File

@@ -6,13 +6,15 @@
"license": "MIT",
"require": {
"php": "^8.2",
"ext-imagick": "*",
"chillerlan/php-qrcode": "^5.0",
"gehrisandro/tailwind-merge-laravel": "^1.2",
"intervention/image": "^3.5",
"laravel/framework": "^11.0",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.4",
"php-ffmpeg/php-ffmpeg": "^1.2",
"ext-imagick": "*"
"robthree/twofactorauth": "^3.0"
},
"require-dev": {
"fakerphp/faker": "^1.23",