Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cakephp/authorization

Open more actions menu

Repository files navigation

CakePHP Authorization

CI Latest Stable Version Total Downloads Coverage Status Software License

Authorization stack for the CakePHP framework.

Authorization not Authentication

This plugin intends to provide a framework around authorization and access control. Authentication is a separate concern that has been packaged into a separate authentication plugin.

Installation

You can install this plugin into your CakePHP application using composer:

composer require cakephp/authorization

Then load the plugin:

bin/cake plugin load Authorization

Documentation

Documentation for this plugin can be found in the CakePHP Cookbook

Morty Proxy This is a proxified and sanitized view of the page, visit original site.