Releases: cakephp/authorization
Releases · cakephp/authorization
Authorization 1.0.0-beta7
New Features
Authorization\Middleware\RequestAuthorizationMiddleware
has been added. This middleware allows you to check authorization from aRequestPolicy
that can check authorization based on the current request URL and identity.- Improved documentation and guides.
1.0.0-beta2
This is another beta release.
Since the first beta:
- support for skipping authorization has been added,
- support for handling unauthorized requests has been added,
- docs have been improved.