phpmentors/composite-password-authentication-bundle
Composer 安装命令:
composer require phpmentors/composite-password-authentication-bundle
包简介
A Symfony bundle for authentication using composite password
README 文档
README
A Symfony bundle for authentication using composite password
Features
- Composite password support for form authentication
Installation
PHPMentorsCompositePasswordAuthenticationBundle can be installed using Composer.
First, add the dependency to phpmentors/composite-password-authentication-bundle into your composer.json file as the following:
Stable version:
composer require phpmentors/composite-password-authentication-bundle "1.0.*"
Development version:
composer require phpmentors/composite-password-authentication-bundle "~1.1@dev"
Second, add PHPMentorsCompositePasswordAuthenticationBundle into your bundles to register in AppKernel::registerBundles() as the following:
... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( ... new PHPMentors\CompositePasswordAuthenticationBundle\PHPMentorsCompositePasswordAuthenticationBundle(), ); ...
Configuration
app/config/security.yml:
security: # ... firewalls: secured_area: form_login_composite_password: ... # Same configuration as `form_login`
Support
If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.
Copyright
Copyright (c) 2016 KUBO Atsuhiro, All rights reserved.
License
统计信息
- 总下载量: 2.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2016-05-09