koa-lusca
Web security middleware
Middleware for securing web applications in Node.js using the Koa framework.
koa version of lusca. Application security for koa.
66 stars
7 watching
10 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
koajs/session | A session management middleware for Koa applications | 902 |
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/route | Simple middleware for routing requests to specific handlers in an application | 446 |
koajs/mock | A middleware for creating mock web pages with customizable URL mapping and data | 41 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/logger | A logging middleware for Koa.js applications | 562 |
koajs/compress | Middleware for compressing responses in Koa applications | 438 |