Skip to content
Discussion options

You must be logged in to vote

Hey @realtebo!

To temporarily disable throttle locally you can comment the throttle line on App\Http\Kernel.php, or you can do it for specific routes;

Route::post('/login', [AuthController::class, 'login'])->withoutMiddleware('throttle:120,1');

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pxpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants