koa-safe-jsonp
JSONP wrapper
A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests.
Safe jsonp plusins for koa.
17 stars
7 watching
5 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/qs | Enables safe and secure query string parsing in Koa applications | 88 |
koajs/json-error | An error handling middleware for Koa applications | 91 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/csrf | Provides CSRF protection in Koa applications | 264 |
koajs/koa-roles | An authentication module for Koa.js applications | 118 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 138 |
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 |
koajs/is-json | Checks if a Koa request body contains JSON data | 17 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/compress | Middleware for compressing responses in Koa applications | 437 |
koajs/override-method | Utility function to parse and apply HTTP method overrides in Koa.js applications | 7 |