- Remove no-op POST /login route that caused named-route collision and was testing throttle:5,1 middleware against a null handler. - Rewrite LoginRateLimitTest to drive the real Volt login component via Volt::test(), verifying the RateLimiter blocks the 6th attempt with auth.throttle message; throttle is Laravel core, test confirms wiring. - Add supported_locales allowlist to config/app.php ['de', 'en']. - LocaleFromUser middleware now validates user locale against allowlist and falls back to app.locale for unknown/unsupported values. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Domains | ||
| Http | ||
| Livewire | ||
| Models | ||
| Providers | ||
| View/Components | ||