Skip to content

Commit

Permalink
Update README.md (#154)
Browse files Browse the repository at this point in the history
* Update README.md

Add gin-jwt-session, a middleware to provide JWT/session/Flashes, easy to use while also provide options for adjust if necessary.  Provide a detail sample for easy follow up.

* Update README.md

Add gin-jwt-session, and remove unnecessary empty new lines.
  • Loading branch information
ScottHuangZL authored and appleboy committed Jan 4, 2018
1 parent 330e5a1 commit 88aede4
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 @@ -35,3 +35,4 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [static](https://github.com/hyperboloide/static) An alternative static assets handler for the gin framework.
+ [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.

0 comments on commit 88aede4

Please sign in to comment.