just-core/auth-login
最新稳定版本:v0.7.5
Composer 安装命令:
composer require just-core/auth-login
包简介
Authentication Page Plugin for the just-core eco system
关键字:
README 文档
README
Basic login service supporting user session and database stored credentials
The service expects but does note require the just-core authentication harness see the harness example mentioned below to see how to register authentication services.
Installation
Composer
Add the project to your composer file "just-core/auth-login" : "dev-master", you will also need the supporting project "ircmaxell/password-compat" : "v1.0.4" to leverage the native password_hash() and password_verify() functions if your project is running on a version of PHP older than 5.5.0 (PHP >= 5.3.7 required).
{
"name" : "your project",
"description" : "info about your project",
"license" : "GNU",
"version" : "1.0.0",
"require" : {
"php" : ">=5.3.7",
"just-core/foundation" : "0.5.*",
"just-core/foundation" : "dev-master",
"just-core/auth-login" : "dev-master",
"ircmaxell/password-compat" : "v1.0.4"
},
"autoload" : {
"classmap" : [
"SERVICES"
]
}
}
Configuration
You will also need to take the example files CONFIG.AUTOLOAD.auth.login.local and harness.example.php modify the examples and make them available in your application, ie.
[application_root]/.../[http_exposed_dir]/harness.php
[application_root]/CONFIG/AUTOLOAD/auth.login.local
统计信息
- 总下载量: 108
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 11
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2015-07-03