stateless-csrf
CSRF protection middleware
Protects against cross-site request forgery attacks by hashing and verifying user cookies on each request.
CSRF without sessions.
16 stars
9 watching
2 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides CSRF protection in Koa applications | 264 |
| Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,603 |
| Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers. | 154 |
| An alternative implementation of Django's CSRF protection that does not use cookies. | 111 |
| Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
| Makes it easy to set cross-subdomain cookies | 14 |
| A security module for Koa applications that provides proactive protection against common security threats. | 19 |
| A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
| Provides basic authentication middleware for protecting routes in a web application. | 137 |
| A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests. | 17 |
| A middleware for managing cross-origin resource sharing in web applications. | 734 |
| Middleware for securing web applications in Node.js using the Koa framework. | 66 |
| An extension that helps protect against cross-site request forgery attacks in web applications | 190 |
| Enables safe and secure query string parsing in Koa applications | 88 |
| Caches request data based on the request path and takes snapshots of requests. | 10 |