https://github.com/unleash/actix-allow-deny-middleware
Provides AllowList and DenyList for use as middlewares in Actix web applications
https://github.com/unleash/actix-allow-deny-middleware
actix actix-web allowlist denylist middleware rust
Last synced: 8 months ago
JSON representation
Provides AllowList and DenyList for use as middlewares in Actix web applications
- Host: GitHub
- URL: https://github.com/unleash/actix-allow-deny-middleware
- Owner: Unleash
- License: mit
- Created: 2025-02-28T10:41:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T22:15:07.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:04:05.066Z (over 1 year ago)
- Topics: actix, actix-web, allowlist, denylist, middleware, rust
- Language: Rust
- Homepage: https://github.com/Unleash/actix-allow-deny-middleware
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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