Add login history tracking and session management features

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-11 05:26:44 +00:00
parent dd6c17f923
commit 18928c8678
10 changed files with 881 additions and 142 deletions

View File

@@ -336,6 +336,11 @@
"created_at": "2025-12-10T02:06:33+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe set_user_1_invite_accepted"
},
"2025_12_11_050610_create_login_history_table.php": {
"created_at": "2025-12-11T05:06:10+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_login_history_table"
}
}
}