CSRF protection (token validation + delivery middleware) for Quiote, built on symfony/security-csrf.

Maintainers

Package info

github.com/quioteframework/csrf

Issues

pkg:composer/quioteframework/csrf

Transparency log

Statistics

Installs: 15

Dependents: 1

Suggesters: 0

Stars: 0

dev-main 2026-07-05 15:55 UTC

This package is auto-updated.

Last update: 2026-07-05 17:07:43 UTC


README

CSRF protection middleware for Quiote, built on symfony/security-csrf.

Install

composer require quioteframework/csrf

Enable

Nothing to do — this package is a mandatory dependency of the Quiote kernel and its plugin registers itself automatically. Every app is CSRF-protected by default.

To disable, set core.csrf.enabled to false in your app's settings, or remove this package entirely (the kernel degrades gracefully if it's absent).

License

MIT. See LICENSE.