stateless-csrf
CSRF protection
Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions.
CSRF without sessions.
16 stars
9 watching
2 forks
Language: JavaScript
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/csrf | Provides CSRF protection in Koa applications | 264 |
justinas/nosurf | Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,589 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. | 153 |
mozilla/django-session-csrf | An alternative implementation of Django's CSRF protection that does not use cookies. | 110 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
koajs/cross-cookies | Allows setting cross-subdomain cookies in a web application using Koa.js and CORS. | 14 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
koajs/koa-safe-jsonp | A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests. | 17 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
maxcountryman/flask-seasurf | An extension that helps protect against cross-site request forgery attacks in web applications | 190 |
koajs/qs | Enables safe and secure query string parsing in Koa applications | 88 |
koajs/snapshot | Caches request data based on the request path and takes snapshots of requests. | 10 |