Rate limit login attempts using a Sliding Window counter rate-limiter

This commit is contained in:
Deluan
2020-07-19 14:45:05 -04:00
parent feca030c6d
commit f0160f5d2a
4 changed files with 23 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.1.1
github.com/go-chi/httprate v0.4.0
github.com/go-chi/jwtauth v4.0.4+incompatible
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0