django-session-csrf

CSRF protection

An alternative implementation of Django's CSRF protection that does not use cookies.

CSRF protection for Django without cookies.

GitHub

111 stars
8 watching
25 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mozilla/django-cspA Django middleware that enables the implementation of Content Security Policy (CSP) headers.569
fastify/csrf-protectionProtects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers.154
justinas/nosurfProtects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input1,603
koajs/stateless-csrfProtects against cross-site request forgery attacks by hashing and verifying user cookies on each request.16
slimphp/slim-csrfA middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests341
gorilla/csrfA middleware library providing protection against malicious requests through the use of tokens.1,062
koajs/csrfProvides CSRF protection in Koa applications264
0ang3el/easycsrfAn extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications.160
vapor-community/csrfProtects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions.41
pillarjs/understanding-csrfAn explanation of how CSRF attacks work and how to mitigate them in web applications.1,402
mattrobenolt/django-sudoAdds an extra layer of security to sensitive pages by requiring users to re-enter their password after logging in280
0xinfection/xsrfprobeA toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites.1,116
jazzband/django-user-sessionsEnhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management.637
tinyhttp/malibuMiddleware to help prevent cross-site request forgery attacks in web applications124
maxcountryman/flask-seasurfAn extension that helps protect against cross-site request forgery attacks in web applications190