An open API service indexing awesome lists of open source software.

https://github.com/chriswk/actix-allow-deny-middleware

Provides AllowList and DenyList for use as middlewares in Actix web applications
https://github.com/chriswk/actix-allow-deny-middleware

actix actix-web allowlist denylist middleware rust

Last synced: 5 days ago
JSON representation

Provides AllowList and DenyList for use as middlewares in Actix web applications

Awesome Lists containing this project

README

          

# actix-allow-deny-middleware

## Actix middlewares

This crate provides two middlewares for Actix web applications:
- `AllowMiddleware`: allows requests from specific IP addresses or ranges.
- `DisallowMiddleware`: disallows requests from specific IP addresses or ranges.

License: MIT