koa-protect
Security tool
A security module for Koa applications that provides proactive protection against common security threats.
Security module for koa applications
19 stars
4 watching
6 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
koanodejssecuritysql-injectionxss
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/csrf | Provides CSRF protection in Koa applications | 264 |
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/koa-roles | An authentication module for Koa.js applications | 118 |
venables/koa-helmet | Provides important security headers to make a Koa application more secure by default | 640 |
koajs/qs | Enables safe and secure query string parsing in Koa applications | 88 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/cluster | Utility library for clustering and error handling in Koa.js applications | 64 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/compress | Middleware for compressing responses in Koa applications | 437 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |
koajs/stateless-csrf | Protects against cross-site request forgery attacks by hashing and verifying user cookies on each request. | 16 |
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 | 138 |
knative-extensions/security-guard | A runtime security plugin to protect user containers from exploits and potential attacks on Kubernetes services. | 65 |