Skip to content

Authentication plugin for CakePHP. Can also be used in PSR7 based applications.

License

Notifications You must be signed in to change notification settings

cakephp/authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c3c38f · Apr 23, 2025
Dec 26, 2023
Apr 18, 2025
Apr 20, 2025
Apr 23, 2025
Apr 20, 2025
Jan 19, 2023
Oct 18, 2024
Sep 3, 2023
Sep 14, 2023
Nov 7, 2022
Apr 20, 2025
Sep 16, 2023
Nov 10, 2020
Nov 17, 2024
Aug 8, 2024
Oct 23, 2023
Apr 23, 2025

Repository files navigation

CakePHP Authentication

CI Latest Stable Version Total Downloads Code Coverage Software License

PSR7 Middleware authentication stack for the CakePHP framework.

Don't know what middleware is? Check the CakePHP documentation and additionally read this.

Authentication, not Authorization

This plugin intends to provide a framework around authentication and user identification. Authorization is a separate concern that has been packaged into a separate authorization plugin.

Installation

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

composer require cakephp/authentication

Then load the plugin:

bin/cake plugin load Authentication

Documentation

Documentation for this plugin can be found in the CakePHP Cookbook.

IDE compatibility improvements

There are IdeHelper tasks in IdeHelperExtra plugin to provide auto-complete:

  • AuthenticationService::loadAuthenticator()
  • IdentifierCollection::load()