Skip to content

Commit

Permalink
add session middleware (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian authored and appleboy committed Nov 1, 2018
1 parent da231e7 commit 54170a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [gin-access-limit](https://github.com/bu/gin-access-limit) - An access-control middleware by specifying allowed source CIDR notations.
+ [gin-stats](https://github.com/semihalev/gin-stats) - Lightweight and useful request metrics middleware
+ [gin-health-check](https://github.com/RaMin0/gin-health-check) - A health check middleware for Gin
+ [gin-session-middleware](https://github.com/go-session/gin-session) - A efficient, safely and easy-to-use session library for Go.

0 comments on commit 54170a7

Please sign in to comment.