From 9b830a15f6abcf9e160f47ee01fc00691cc1981a Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 20 Mar 2018 09:42:56 +0100 Subject: [PATCH] Add gin-redis-ip-limiter middleware (#159) * Add gin-redis-ip-limiter middleware Add gin-redis-ip-limiter middleware in readme list. * Update README.md * Add description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18afd78..eac1fb4 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,5 @@ Each author is responsible of maintaining his own code, although if you submit a + [xss-mw](https://github.com/dvwright/xss-mw) - XssMw is a middleware designed to "auto remove XSS" from user submitted input + [gin-helmet](https://github.com/danielkov/gin-helmet) - Collection of simple security middleware. + [gin-jwt-session](https://github.com/ScottHuangZL/gin-jwt-session) - middleware to provide JWT/Session/Flashes, easy to use while also provide options for adjust if necessary. Provide sample too. -+ [gin-template](https://github.com/foolin/gin-template) - Easy and simple to use html/template for gin framework. \ No newline at end of file ++ [gin-template](https://github.com/foolin/gin-template) - Easy and simple to use html/template for gin framework. ++ [gin-redis-ip-limiter](https://github.com/Salvatore-Giordano/gin-redis-ip-limiter) - Request limiter based on ip address. It works with redis and with a sliding-window mechanism.