From 2b23163a37d192a83fcf1519eb647ad0758a2747 Mon Sep 17 00:00:00 2001 From: hiveminded Date: Wed, 12 Jul 2017 14:25:41 +0300 Subject: [PATCH] add the casbin middleware to the list :heart: https://github.com/iris-contrib/middleware/commit/e1045a270a98a49404baa70988f574b234e6edc1 Former-commit-id: f444ad5067c89aa6990f5fec7a66b0d83e222228 --- middleware/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/middleware/README.md b/middleware/README.md index 7fe1cb44..b67884e9 100644 --- a/middleware/README.md +++ b/middleware/README.md @@ -23,6 +23,7 @@ Most of the experimental handlers are ported to work with _iris_'s handler form, | [cloudwatch](https://github.com/iris-contrib/middleware/tree/master/cloudwatch) | AWS cloudwatch metrics middleware. |[iris-contrib/middleware/cloudwatch/_example](https://github.com/iris-contrib/middleware/tree/master/cloudwatch/_example) | | [new relic](https://github.com/iris-contrib/middleware/tree/master/newrelic) | Official [New Relic Go Agent](https://github.com/newrelic/go-agent). | [iris-contrib/middleware/newrelic/_example](https://github.com/iris-contrib/middleware/tree/master/newrelic/_example) | | [prometheus](https://github.com/iris-contrib/middleware/tree/master/prometheus)| Easily create metrics endpoint for the [prometheus](http://prometheus.io) instrumentation tool | [iris-contrib/middleware/prometheus/_example](https://github.com/iris-contrib/middleware/tree/master/prometheus/_example) | +| [casbin](https://github.com/iris-contrib/middleware/tree/master/casbin)| An authorization library that supports access control models like ACL, RBAC, ABAC | [iris-contrib/middleware/casbin/_examples](https://github.com/iris-contrib/middleware/tree/master/casbin/_examples) | Third-Party Handlers ------------