soundasleep/lightopenid 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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_error which 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-08