servant-auth
servant-auth copied to clipboard
Rate limiting
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.
See https://github.com/haskell-servant/servant/issues/266