https://github.com/marcominerva/ratelimitersample
A sample that shows how to use the Rate Limiter of ASP.NET Core in conjunction with Authentication
https://github.com/marcominerva/ratelimitersample
aspnetcore c-sharp ratelimit-middleware ratelimiter
Last synced: 5 months ago
JSON representation
A sample that shows how to use the Rate Limiter of ASP.NET Core in conjunction with Authentication
- Host: GitHub
- URL: https://github.com/marcominerva/ratelimitersample
- Owner: marcominerva
- License: mit
- Created: 2023-03-11T17:38:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T09:31:14.000Z (about 1 year ago)
- Last Synced: 2024-10-13T14:24:54.437Z (about 1 year ago)
- Topics: aspnetcore, c-sharp, ratelimit-middleware, ratelimiter
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RateLimiter Sample
A sample that shows how to use the Rate Limiter of ASP.NET Core in conjunction with Authentication.