Skip to content

Commit

Permalink
Add link to authorization middleware. (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored and appleboy committed May 29, 2017
1 parent 2332af6 commit 7897cac
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 @@ -23,6 +23,7 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [gin-merry](https://github.com/utrack/gin-merry) - middleware for pretty-printing [merry](https://github.com/ansel1/merry) errors with context
+ [gin-revision](https://github.com/appleboy/gin-revision-middleware) - Revision middleware for Gin framework
+ [gin-jwt](https://github.com/appleboy/gin-jwt) - JWT Middleware for Gin Framework
+ [gin-authz](https://github.com/casbin/gin-authz) - Authorization middleware based on Casbin for Gin Framework
+ [gin-sessions](https://github.com/kimiazhu/ginweb-contrib/tree/master/sessions) - session middleware based on mongodb and mysql
+ [gin-location](https://github.com/drone/gin-location) - middleware for exposing the server's hostname and scheme
+ [gin-nice-recovery](https://github.com/ekyoung/gin-nice-recovery) - panic recovery middleware that let's you build a nicer user experience
Expand Down

0 comments on commit 7897cac

Please sign in to comment.