- .NET 7
- SQL Lite
- EF Core
- Rate Limit
- Global Exception Handler Middleware
- Repository Pattern
- Migrations
- Fluent Mapping
- JWT
- Autentication and Autorization
- Swagger
- Cache with IMemoryCache
$ git clone https://github.com/devjamesbrandao/cancelete-token-and-rate-limiting.git
$ cd .\Autentication.API\
$ dotnet restore
$ dotnet build
$ dotnet run
-
Rate Limiting in ASP.NET Core Web API: https://code-maze.com/aspnetcore-web-api-rate-limiting/