giosh94mhz / simple-pre-authenticator-bundle
Symfony 2.4 SimplePreAuthenticatorInterface 的向下移植版本到 2.3 LTS 分支
2.3.2
2014-07-17 12:31 UTC
Requires
- symfony/framework-bundle: <2.4
This package is not auto-updated.
Last update: 2024-09-24 02:26:57 UTC
README
Symfony 2.4 SimplePreAuthenticatorInterface 的向下移植版本到 2.3 LTS 分支
安装
composer require giosh94mhz/simple-pre-authenticator-bundle:2.3.*
在 app/AppKernel.php
中注册此包
// app/AppKernel.php public function registerBundles() { return array( // ... new Giosh94mhz\SimplePreAuthenticatorBundle\Giosh94mhzSimplePreAuthenticatorBundle(), ); }
用法
所有功能默认都应正常工作。
要创建一个 ApiKeyAuthenticator,请 遵循官方 symfony 烹饪书
许可证
此包是在 MIT 许可证下发布的。请查看包中的完整许可证
Resources/meta/LICENSE