cakephp/authentication
最新稳定版本:3.3.4
Composer 安装命令:
composer require cakephp/authentication
包简介
Authentication plugin for CakePHP
README 文档
README
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()
统计信息
- 总下载量: 3.28M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 118
- 点击次数: 1
- 依赖项目数: 65
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04