Slim-Csrf

CSRF protection

A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests

Slim Framework CSRF protection middleware

GitHub

341 stars
19 watching
59 forks
Language: PHP
last commit: 17 days ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
slimphp/slim-console A lightweight PHP library providing command-line interface functionality to the Slim Framework. 28
tinyhttp/malibu Middleware to help prevent cross-site request forgery attacks in web applications 124
maxcountryman/flask-seasurf An extension that helps protect against cross-site request forgery attacks in web applications 190
justinas/nosurf Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input 1,603
slimphp/slim-skeleton A starter application for building Slim Framework 4 applications with PHP and the Monolog logger. 1,595
fastify/csrf-protection Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers. 154
slimphp/slim-httpcache Provides HTTP caching functionality for a web application framework. 115
vapor-community/csrf Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. 41
mozilla/django-session-csrf An alternative implementation of Django's CSRF protection that does not use cookies. 111
0ang3el/easycsrf An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications. 160
slimphp/slim-flash A service provider for managing flash messages in a web application framework 151
christianklisch/slim-minify Middleware to reduce HTML file size by removing unnecessary characters. 37
pillarjs/understanding-csrf An explanation of how CSRF attacks work and how to mitigate them in web applications. 1,402
0xinfection/xsrfprobe A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. 1,116
gorilla/csrf A middleware library providing protection against malicious requests through the use of tokens. 1,062