feat: add two-factor authentication support and related configurations

This commit is contained in:
2026-07-24 12:59:10 +02:00
parent 54345e621c
commit 235d5f646c
27 changed files with 2608 additions and 374 deletions

View File

@@ -11,6 +11,7 @@
"require": {
"php": "^8.2",
"inertiajs/inertia-laravel": "^3.0.0-beta",
"laravel/fortify": "^1.37",
"laravel/framework": "^13.0",
"laravel/sanctum": "^4.0",
"laravel/socialite": "^5.24",