soundasleep / lightopenid
A PHP 5 library for easy openid authentication.
Installs: 298
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/soundasleep/lightopenid
Requires
- php: >=5.2.3
This package is auto-updated.
Last update: 2025-10-14 12:08:27 UTC
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"
}
}