Skip to content

Middleware

Everything under Quiote\Security\Csrf\Middleware.

ClassDescription
CsrfInjectionMiddlewareDelivers the CSRF token to clients so they can echo it back on unsafe requests.
CsrfValidationMiddlewareVerifies a CSRF token on every unsafe (state-changing) request before the action is dispatched.