You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/cakephp/authentication

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/cakephp/authentication

v0.0.0-20250713190830-50198ff15e20
Source
Go
Version published
Created
Source

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()

FAQs

Package last updated on 13 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts