Slim-Csrf

CSRF protection

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

Slim Framework CSRF protection middleware

GitHub

338 stars
19 watching
58 forks
Language: PHP
last commit: 6 months 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,589
slimphp/slim-skeleton A starter application for building Slim Framework 4 applications with PHP and the Monolog logger. 1,591
fastify/csrf-protection Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. 153
slimphp/slim-httpcache Provides an HTTP caching middleware and service provider 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. 110
0ang3el/easycsrf An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications. 159
slimphp/slim-flash A service provider for managing flash messages in a web application framework 150
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,108
gorilla/csrf A middleware library providing protection against malicious requests through the use of tokens. 1,053