Skip to content

Commit

Permalink
Merge pull request #141 from sasezaki/patch-1
Browse files Browse the repository at this point in the history
fixed typo - "bridge"
  • Loading branch information
prolic committed Oct 27, 2016
2 parents a39f806 + 2f66d4c commit 37766ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Expand Up @@ -137,7 +137,7 @@ The route guard passes the message to the `Prooph\ServiceBus\Plugin\Guard\Author
If you want to protect the query bus, you can also use the route guard, but in some situations, you want to deny access based on the result
of the query. In this case it's important to make checks on the query results. The finalize guard hands over a query result as context to the AuthorizationService.

We also provide [service-bus-zfc-rbac-brdige](https://github.com/prooph/service-bus-zfc-rbac-bridge), a bridge to marry these guards with ZFC-Rbac.
We also provide [service-bus-zfc-rbac-bridge](https://github.com/prooph/service-bus-zfc-rbac-bridge), a bridge to marry these guards with ZFC-Rbac.
You can also find some configuration examples in this repository.

*Note: If you use both, the route guard and the finalize guard on the query bus and you want to make assertions on
Expand Down

0 comments on commit 37766ae

Please sign in to comment.