renansj
-
- 100 total downloads
- last updated 6/2/2026
- Latest version: 1.0.1
Redis-backed distributed store for AppRateLimiter. Runs the whole sliding-window calculation in a single atomic Lua script (race-free across instances), uses the Redis server clock, and sets TTL = 2x window. -
- 60 total downloads
- last updated 6/2/2026
- Latest version: 1.0.0
Flexible, thread-safe application-level rate limiting middleware for ASP.NET Core. Limits by client IP (pre-auth) and by dynamic JWT claims (post-auth). Compatible with every .NET that supports netstandard2.0. -
- 47 total downloads
- last updated 6/2/2026
- Latest version: 1.0.0
Classic ASP.NET (System.Web) integration for AppRateLimiter: an async IHttpModule that applies the same IP and claim rate-limit rules to WebForms / MVC 5 / Web API 2 apps on .NET Framework. Reuses the core... More information