cors
CORS middleware
A middleware for managing cross-origin resource sharing in web applications.
Cross-Origin Resource Sharing(CORS) for koa
734 stars
16 watching
80 forks
Language: JavaScript
last commit: 10 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,005 |
koajs/cross-cookies | Makes it easy to set cross-subdomain cookies | 14 |
koajs/cash | A caching middleware for Koa.js applications that supports multiple storage options and compression | 153 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 447 |
palanik/corsslim | A middleware solution for cross-origin resource sharing in web applications built with the Slim PHP framework | 93 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/session | A session management middleware for Koa applications | 902 |
koajs/logger | A logging middleware for Koa.js applications | 563 |
koajs/resourcer | Makes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files. | 35 |
koajs/redis-session-sets | A Koa.js middleware for storing and managing sessions with Redis sets | 21 |
gin-contrib/cors | A middleware library to enable cross-origin resource sharing (CORS) support in web applications built with the Gin framework. | 1,813 |
palanik/lumen-cors | Middleware that enables cross-origin resource sharing in web applications | 101 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |