servant-auth icon indicating copy to clipboard operation
servant-auth copied to clipboard

Rate limiting

Open joyfulmantis opened this issue 3 years ago • 1 comments

Does Servant Auth itself do rate limiting for Basic Auth? If not is there anyway I could rate limit myself based on IP addresses? checkAuth would be an ideal place to do it, but I don't have access to the IP address there, so can only rate limit based on username.

joyfulmantis avatar Aug 25 '21 10:08 joyfulmantis

See https://github.com/haskell-servant/servant/issues/266

domenkozar avatar Oct 07 '21 17:10 domenkozar