csrf
CSRF protector
Provides CSRF protection in Koa applications
CSRF tokens for koa
264 stars
10 watching
32 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/stateless-csrf | Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions. | 16 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/compress | Middleware for compressing responses in Koa applications | 438 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/koa-range | An implementation of range request support in Koa web framework | 50 |
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/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/override-method | Utility function to determine the HTTP method of an incoming request based on override headers or request body | 7 |
koajs/koa-markdown | Converts markdown to HTML for use with Koa.js applications | 37 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. | 153 |
koajs/etag | Provides etag support for Koa responses | 113 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
justinas/nosurf | Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,594 |
koajs/qs | Enables safe and secure query string parsing in Koa applications | 88 |