Middleware

Visualize the middleware pipeline

Middleware are filters that inspect requests. Toggle them on/off and set pass/block to see the pipeline.

VerifyCsrfToken
Authenticate
ThrottleRequests
EnsureIsAdmin
REQ

VerifyCsrfToken

Validates CSRF token

Authenticate

Checks if user is logged in

ThrottleRequests

Rate limits requests

Controller