just-core/auth-page
最新稳定版本:v0.7.1
Composer 安装命令:
composer require just-core/auth-page
包简介
Page White/Black list Plugin for the just-core eco system
关键字:
README 文档
README
JCORE\SERVICE\AUTH\PAGE_FILTER
basic add on service to authenticate an aplication based on a basic "WHITELIST or BLACKLIST" permission scheam
WHITELIST
to provide the most security, only allow specific pages to be viewed
BLACKLIST
to provide a more public based site, allow specific pages to be blocked
Installation
Composer
Add the project to your composer file "just-core/auth-page" : "dev-master",
{
"name" : "your project",
"description" : "info about your project",
"license" : "GNU",
"version" : "1.0.0",
"require" : {
"php" : ">=5.3.3",
"just-core/foundation" : "0.5.*",
"just-core/foundation" : "dev-master",
"just-core/auth-page" : "dev-master"
},
"autoload" : {
"classmap" : [
"SERVICES"
]
}
}
Configuration
You will also need to take the example files CONFIG.AUTOLOAD.auth.page.local.php 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.php
统计信息
- 总下载量: 96
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 10
其他信息
- 授权协议: GNU
- 更新时间: 2015-07-03