From 92ff0cd7c96b73a834c5fab5633271b05235917c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Selman=20TUN=C3=87?= Date: Thu, 1 Oct 2020 13:55:06 +0300 Subject: [PATCH] Update README.md (#198) feat: added ; Package pongo2gin is a template renderer that can be used with the Gin web framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f128340..bf583bb 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Each author is responsible for maintaining their own code, although if you submi + [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. ++ [pongo2gin(https://github.com/stnc/pongo2gin) - Package pongo2gin is a template renderer that can be used with the Gin web framework [pongo2 like django templates] + [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. + [gin-method-override](https://github.com/bu/gin-method-override) - Method override by POST form param `_method`, inspired by Ruby's same name rack + [gin-access-limit](https://github.com/bu/gin-access-limit) - An access-control middleware by specifying allowed source CIDR notations.