giosh94mhz/simple-pre-authenticator-bundle
Composer 安装命令:
composer require giosh94mhz/simple-pre-authenticator-bundle
包简介
Backport of Symfony 2.4 SimplePreAuthenticatorInterface to 2.3 LTS branch
README 文档
README
Backport of Symfony 2.4 SimplePreAuthenticatorInterface to 2.3 LTS branch
Installation
composer require giosh94mhz/simple-pre-authenticator-bundle:2.3.*
Register the bundle in app/AppKernel.php:
// app/AppKernel.php public function registerBundles() { return array( // ... new Giosh94mhz\SimplePreAuthenticatorBundle\Giosh94mhzSimplePreAuthenticatorBundle(), ); }
Usage
Everything should work out-of-the-box.
To create an ApiKeyAuthenticator, just follow the official symfony cookbook
License
This bundle is released under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
统计信息
- 总下载量: 958
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-15