stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage Policies mapped to Clients

Vouzamo opened this issue · comments

The policy implementation is mapped directly to client ids.

Is is possible to override this to create usage policies (e.g. individual, team, pro, enterprise) and resolve the policy using a custom implementation (e.g. mapping between client id and policy id)?