koa-helmet
Security middleware
Provides important security headers to make a Koa application more secure by default
Important security headers for koa
640 stars
8 watching
43 forks
Language: TypeScript
last commit: 20 days ago headershelmetkoakoa-helmetkoa2middlewaresecuresecure-by-default
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 138 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 137 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 734 |
koajs/logger | A logging middleware for Koa.js applications | 563 |
maotora/koa-userapi | An example Koa 2 user API with JWT authentication and Mongoose database integration | 11 |
koajs/koa-roles | An authentication module for Koa.js applications | 118 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 447 |
koalex/koa-json-rpc | A JSON-RPC middleware for Koa.js that enables asynchronous remote procedure calls with built-in support for batching and parallel handling. | 6 |