Use more standardized rate limiting in Laravel; apply limits to auth routes

This commit is contained in:
Dane Everitt 2021-10-23 12:17:16 -07:00
parent f77932a617
commit 22a8b2b3a2
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 90 additions and 37 deletions

View file

@ -112,7 +112,6 @@ class Kernel extends HttpKernel
'bindings' => SubstituteBindings::class,
'recaptcha' => VerifyReCaptcha::class,
'node.maintenance' => MaintenanceMiddleware::class,
// API Specific Middleware
'api..key' => AuthenticateKey::class,
];