2017 © Pedro Peláez
 

library csrf-header-check-middleware-universal-module

Cross-framework module for thecodingmachine/csrf-header-check-middleware

image

thecodingmachine/csrf-header-check-middleware-universal-module

Cross-framework module for thecodingmachine/csrf-header-check-middleware

  • Tuesday, February 27, 2018
  • by mouf
  • Repository
  • 6 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Latest Stable Version Latest Unstable Version License, (*1)

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., (*2)

Installation

composer require thecodingmachine/csrf-header-check-middleware-universal-module

Once installed, you need to register the TheCodingMachine\Middlewares\CsrfHeaderCheckMiddlewareServiceProvider into your container., (*3)

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., (*4)

Introduction

This middleware checks HTTP header to prevent CSRF attacks. This service provider adds the middleware at the beginning of the stack., (*5)

Provided services

This service provider provides the following services:, (*6)

Service name Description
TheCodingMachine\Middlewares\CsrfHeaderCheckMiddlewareServiceProvider The CSRF checker middleware

Extended services

This service provider extends those services:, (*7)

Name Compulsory Description
MiddlewareListServiceProvider::MIDDLEWARES_QUEUE no This service providers inserts the CSRF middleware in the middleware queue.

The Versions

27/02 2018

dev-master

9999999-dev

Cross-framework module for thecodingmachine/csrf-header-check-middleware

  Sources   Download

MIT

The Requires

 

27/02 2018

v1.1.0

1.1.0.0

Cross-framework module for thecodingmachine/csrf-header-check-middleware

  Sources   Download

MIT

The Requires

 

12/06 2017

v1.0.0

1.0.0.0

Cross-framework module for thecodingmachine/csrf-header-check-middleware

  Sources   Download

MIT

The Requires