2017 © Pedro Peláez
 

library lightopenid

A PHP 5 library for easy openid authentication.

image

soundasleep/lightopenid

A PHP 5 library for easy openid authentication.

  • Monday, April 27, 2015
  • by soundasleep
  • Repository
  • 1 Watchers
  • 0 Stars
  • 178 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

lightopenid

A PHP 5 library for easy openid authentication. Based on https://gitorious.org/lightopenid, (*1)

This fork adds two important features for real-world deployment:, (*2)

  • 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., (*3)

  • Adds $this->validate_error which will report any problems when validating an OpenID identity., (*4)

To use in your Composer project, specify a repository to override the default:, (*5)

{
  "require": {
    "soundasleep/lightopenid": "dev-master"
  }
}

The Versions

27/04 2015

dev-master

9999999-dev http://code.google.com/p/lightopenid/

A PHP 5 library for easy openid authentication.

  Sources   Download

MIT

The Requires

  • php >=5.2.3

 

openid

08/12 2014

0.1.0

0.1.0.0 http://code.google.com/p/lightopenid/

A PHP 5 library for easy openid authentication.

  Sources   Download

MIT

The Requires

  • php >=5.2.3

 

openid