abpframework / abpframework/abp
Docs module - Integrate a rate-limit library
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
This is the library to integrate: https://github.com/stefanprodan/AspNetCoreRateLimit
NuGet package: https://www.nuget.org/packages/AspNetCoreRateLimit/
Check out this article https://www.c-sharpcorner.com/article/implement-rate-limiting-in-asp-net-core-web-api/
Also aspnetboilerplate.com uses this package you can check the implementation
- https://github.com/volosoft/volo/blob/dev/websites/aspnetboilerplate.com/src/AbpWebSite.Web/AbpWebSite.Web.csproj#L28
- https://github.com/volosoft/volo/blob/dev/websites/aspnetboilerplate.com/src/AbpWebSite.Web/Startup/Startup.cs#L100
This will be a configuration and make it disabled by default.
Developers can enable it if they want rate limiting.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the AspNetCoreRateLimit NuGet documentation and the linked ASP.NET Core article. Compare the referenced AbpWebSite.Web.csproj and Startup/Startup.cs integration examples with this repository's module and startup structure. Done means the rate-limit integration is configurable and disabled by default, with developers able to enable it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100