soundasleep/lightopenid
最新稳定版本:0.1.0
Composer 安装命令:
composer require soundasleep/lightopenid
包简介
A PHP 5 library for easy openid authentication.
关键字:
README 文档
README
A PHP 5 library for easy openid authentication. Based on https://gitorious.org/lightopenid
This fork adds two important features for real-world deployment:
-
If LIGHTOPENID_TIMEOUT is defined, then this value (in ms) will be used to timeout the CURL OpenID requests; by default, this is limited to 10 seconds (instead of infinite). This can help in blocking potential Denial of Service attacks.
-
Adds
$this->validate_errorwhich will report any problems when validating an OpenID identity.
To use in your Composer project, specify a repository to override the default:
{
"require": {
"soundasleep/lightopenid": "dev-master"
}
}
统计信息
- 总下载量: 298
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-08