stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use UserId (GUID) instead of IP

wolfgang1983 opened this issue · comments

Hi is there a way to disable IP validation easily?
Rate Limiting works per IP address now and should just use a GUID for my purpose, can someone tell me how this would be achieved easily?

thx!

I use client Rate limiting now and it works just fine for now.