Skip to content

Tags: MrChozo/authorization

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Authorization 1.0.0

1.0.0-beta8

Toggle 1.0.0-beta8's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Authorization 1.0.0-beta8

Breaking Changes
----------------

* Application classes must now implement the `Authorization\AuthorizationProviderInterface`

1.0.0-beta6

Toggle 1.0.0-beta6's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Authorization 1.0.0-beta6

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.

1.0.0-beta7

Toggle 1.0.0-beta7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add new section to TOC

1.0.0-beta5

Toggle 1.0.0-beta5's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Authorization 1.0.0-beta5

* Anonymous users can now have authorization checks done on them.
* `AuthorizationComponent::can()` was added.
* Policies now support using `__call` to define canX methods.

1.0.0-beta4

Toggle 1.0.0-beta4's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Authorization 1.0.0-beta4

* Add __get and __isset delegation in IdentityDecorator.
* Improve API docs
* Add LOWEST build in travis.

1.0.0-beta3

Toggle 1.0.0-beta3's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Authorization 1.0.0-beta3

* Redirect query parameters no longer include the host.
* Improved API documentation.

1.0.0-beta2

Toggle 1.0.0-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cakephp#32 from robertpustulka/fix-handler

Fix unauthorized handler with authorization check.

1.0.0-beta1

Toggle 1.0.0-beta1's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Authorization 1.0.0-beta

Initial beta release.