Better implementation of certain requests & throtte middleware #221
mikeldoka1
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, some validation requests could use better implementation.
For example:
At last, it would be nice(if possible) to analyze if the route has the throtte middleware and show it in the docs, an example:
Route::post('/login', [AuthController::class, 'login'])->middleware(['guest', 'throttle:10,3']);
Beta Was this translation helpful? Give feedback.
All reactions