gestazion/laravel-auth-checker
Illuminate\Auth) and can be integrated as a middleware or event listener. It extends Laravel’s native auth flow by adding intrusion detection, device tracking, and audit logging—key features for security-sensitive applications (e.g., financial, healthcare, or admin dashboards).auth.attempting, auth.login, and auth.failed events, making it easy to adopt without rewriting core auth logic.Session/Token guards?ThrottleRequests) without conflicts?bcmath, openssl for auth hashing).README and source code for setup requirements (e.g., migrations, config).AuthenticatesUsers traits).composer require gestazion/laravel-auth-checker.php artisan vendor:publish --provider="Gestazion\AuthChecker\AuthCheckerServiceProvider".laravel/framework version constraints in composer.json to avoid auto-updates.auth.attempting event fires for API routes. May need to extend HandlePersonalAccessTokens or AuthenticatesUsers.AuthController, ensure the package’s middleware/macros are preserved.User trait or use model binding.composer.json to avoid unexpected updates: "gestazion/laravel-auth-checker": "1.0.0".IntrusionDetector to support X").tap or dump() for debugging auth flows.users, devices, and auth_logs tables are indexed for user_id, ip,How can I help you explore Laravel packages today?