Skip to content

Releases: cakephp/authorization

CakePHP Authorization 2.3.1

01 Oct 19:09
b6a05f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1

CakePHP Authorization 2.3.0

27 Dec 20:31
Compare
Choose a tag to compare

New Features

  • Allow setting unauthorized handler for RequestAuthorizationMiddleware by @ADmad in #211
  • Developer friendly exception message by @asgraf in #217

Bugfixes

Documentation and tooling changes

New Contributors

Full Changelog: 2.2.0...2.3.0

CakePHP Authorization 2.2.0

30 Nov 03:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

CakePHP Authorization 2.1.0

29 Dec 20:21
Compare
Choose a tag to compare

Fixes

  • Updated exception base classes to extend HttpException so that status codes continue to work.
  • Improved documentation.

CakePHP Authorization 2.0.5

14 Nov 18:50
c9eb8b1
Compare
Choose a tag to compare

Fixes

  • Aligned entity policy method names with those generated by controller bake.
  • Improve documentation.
  • Move CI to GitHub Actions.

CakePHP Authorization 2.0.4

01 Oct 02:21
3e9a171
Compare
Choose a tag to compare
  • Improved documentation.
  • Improved build tooling.

CakePHP Authorization 2.0.3

25 Jan 03:03
Compare
Choose a tag to compare

Fixes

  • Redirect URLs no longer include the base URL as this results in a duplicate base path in the redirect after login.

CakePHP Authorization 1.3.2

25 Jan 03:04
Compare
Choose a tag to compare

Fixes

  • Redirect URLs no longer include the base URL as this results in a duplicate base path in the redirect after login.

CakePHP Authorization 2.0.2

14 Jan 14:38
3acb37e
Compare
Choose a tag to compare

Fixes

  • Console command building no longer fails when bake is not installed.

CakePHP Authorization 2.0.1

09 Jan 15:41
3930120
Compare
Choose a tag to compare

Fixes

  • Use stable versions of all dependencies.
  • Redirect URLs no longer contain the host or protocol. When doing redirects you should validate URLs again.
  • Redirect URLs now include the base path.