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
- Host: GitHub
- URL: https://github.com/chriswk/actix-allow-deny-middleware
- Owner: chriswk
- License: mit
- Created: 2025-02-28T10:41:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-05T10:35:08.000Z (13 days ago)
- Last Synced: 2026-06-05T12:22:52.752Z (13 days ago)
- Topics: actix, actix-web, allowlist, denylist, middleware, rust
- Language: Rust
- Homepage: https://github.com/Unleash/actix-allow-deny-middleware
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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