mandant-crm/backend/app/Http/Middleware
Tim Stollberg 837c91019f fix(auth): stop redirecting unauthenticated requests to nonexistent login route
No named 'login' route exists anywhere in this app (it's a pure API
backend for the Nuxt SPA). Authenticate::redirectTo() called
route('login') for any request without an explicit Accept: application/json
header, throwing RouteNotFoundException and surfacing as a 500 instead
of the expected 401.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-18 15:42:33 +07:00
..
Authenticate.php fix(auth): stop redirecting unauthenticated requests to nonexistent login route 2026-07-18 15:42:33 +07:00
EncryptCookies.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
PreventRequestsDuringMaintenance.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
RedirectIfAuthenticated.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
TrimStrings.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
TrustHosts.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
TrustProxies.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
ValidateSignature.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
VerifyCsrfToken.php feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00