thecodingmachine / csrf-header-check-middleware-universal-module
Cross-framework module for thecodingmachine/csrf-header-check-middleware
Requires
This package is auto-updated.
Last update: 2024-11-07 00:12:44 UTC
README
TheCodingMachine's CSRF header checker middleware universal module
This package integrates the TheCodingMachine's CSRF header checker middleware in any container-interop compatible framework/container.
Installation
composer require thecodingmachine/csrf-header-check-middleware-universal-module
Once installed, you need to register the TheCodingMachine\Middlewares\CsrfHeaderCheckMiddlewareServiceProvider
into your container.
If your container supports thecodingmachine/discovery integration, you have nothing to do. Otherwise, refer to your framework or container's documentation to learn how to register service providers.
Introduction
This middleware checks HTTP header to prevent CSRF attacks. This service provider adds the middleware at the beginning of the stack.
Provided services
This service provider provides the following services:
Extended services
This service provider extends those services: