Middleware
Everything under Quiote\Security\Csrf\Middleware.
Classes
Section titled “Classes”| Class | Description |
|---|---|
CsrfInjectionMiddleware | Delivers the CSRF token to clients so they can echo it back on unsafe requests. |
CsrfValidationMiddleware | Verifies a CSRF token on every unsafe (state-changing) request before the action is dispatched. |