Skip to content

Releases: cakephp/authorization

Authorization 1.0.0-beta7

05 Jun 14:48
6a67086
Compare
Choose a tag to compare
Pre-release

New Features

  • Authorization\Middleware\RequestAuthorizationMiddleware has been added. This middleware allows you to check authorization from a RequestPolicy that can check authorization based on the current request URL and identity.
  • Improved documentation and guides.

1.0.0-beta2

02 Feb 07:15
ce5ad65
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

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.