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.