koa-ip-filter
IP filter middleware
Middleware for filtering IP addresses against glob patterns and other criteria to restrict access to an application.
koa middleware to filter request IPs or custom ID with glob patterns, array, string, regexp or matcher function. Support custom 403 Forbidden message and custom ID.
24 stars
3 watching
1 forks
Language: JavaScript
last commit: over 4 years ago globipip-filterkoakoa-middlewarelimitermatching
Related projects:
Repository | Description | Stars |
---|---|---|
potatogopher/koa-response-handler | A middleware that handles responses in Koa JS applications | 16 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
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 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/json-filter | A middleware solution to filter response data based on querystring parameters. | 93 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
rferro/koa-body-clean | Automates cleanup of temporary files created by Koa middleware after response end. | 3 |
maotora/koa-blogapi | A Koa v2-based blog API with additional routes, tests, and models. | 6 |
venables/koa-helmet | Provides important security headers for Koa applications to make them more secure by default. | 639 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/compress | Middleware for compressing responses in Koa applications | 438 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
kovart/forta-ens-spoofing | Detects and alerts on homograph attacks in Ethereum Name Service registrations | 2 |
hamishforbes/lua-resty-iputils | A Lua module providing utility functions for working with IP addresses in Openresty | 246 |