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: 88

Dependents: 2

Suggesters: 1

Stars: 0

v4.0.0-RC5 2026-08-09 08:25 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.