Download the PHP package thecodingmachine/csrf-header-check-middleware-universal-module without Composer
On this page you can find all versions of the php package thecodingmachine/csrf-header-check-middleware-universal-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thecodingmachine/csrf-header-check-middleware-universal-module
More information about thecodingmachine/csrf-header-check-middleware-universal-module
Files in thecodingmachine/csrf-header-check-middleware-universal-module
Package csrf-header-check-middleware-universal-module
Short Description Cross-framework module for thecodingmachine/csrf-header-check-middleware
License MIT
Informations about the package csrf-header-check-middleware-universal-module
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
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:
Service name | Description |
---|---|
TheCodingMachine\Middlewares\CsrfHeaderCheckMiddlewareServiceProvider |
The CSRF checker middleware |
Extended services
This service provider extends those services:
Name | Compulsory | Description |
---|---|---|
MiddlewareListServiceProvider::MIDDLEWARES_QUEUE |
no | This service providers inserts the CSRF middleware in the middleware queue. |
All versions of csrf-header-check-middleware-universal-module with dependencies
thecodingmachine/funky Version ^1.0
thecodingmachine/csrf-header-check-middleware Version ^1.0
thecodingmachine/middleware-list-universal-module Version ^1.0