stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware
MIT License
3.08k stars 442 forks source link

Easy to use attributes? #49

Open EdwinHauspie opened 5 years ago

EdwinHauspie commented 5 years ago

In the .net version of this project, you could just specify an attribute and be done with it. No config or any hassle. Like this: [EnableThrottling(PerSecond = 5)] Is this still possible anyhow in the core version?

cristipufu commented 5 years ago

Related to https://github.com/stefanprodan/AspNetCoreRateLimit/issues/19