django-session-csrf
CSRF protection
An alternative implementation of Django's CSRF protection that does not use cookies.
CSRF protection for Django without cookies.
110 stars
8 watching
25 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mozilla/django-csp | A Django middleware that enables the implementation of Content Security Policy (CSP) headers. | 569 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. | 153 |
justinas/nosurf | Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,589 |
koajs/stateless-csrf | Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions. | 16 |
slimphp/slim-csrf | A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 338 |
gorilla/csrf | A middleware library providing protection against malicious requests through the use of tokens. | 1,053 |
koajs/csrf | Provides CSRF protection in Koa applications | 264 |
0ang3el/easycsrf | An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications. | 159 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
pillarjs/understanding-csrf | An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
mattrobenolt/django-sudo | Adds an extra layer of security to sensitive pages by requiring users to re-enter their password after logging in | 281 |
0xinfection/xsrfprobe | A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. | 1,108 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 632 |
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 |