Authorization middleware for PSR-7 applications and Expressive
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-authorization.
Zend-expressive-authorization provides middleware for Expressive
and PSR-7 applications for authorizing
specific routes based on ACL
or RBAC systems.
You can install the zend-expressive-authorization library with
Composer:
$ composer require zendframework/zend-expressive-authorization
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.