php-openid
php-openid copied to clipboard
OpenID library for PHP5
It seems that setup.php generates the wrong configuration in SQLite. It generates something like: $s = new Auth_OpenID_SQLiteStore ('pathtosqlitedbfile'); While it should generate something similair to MySQL with: require_once ('DB.php');...
There are 5 matches in Consumer.php and 9 matches in Server.php. 1 match in AX.php. They should all be replaced by instanceof operator as of PHP 5. This currently results...
The log method should be modified to take a severity parameter (E_USER_NOTICE, E_USER_WARNING, E_USER_ERROR) and use trigger_error() instead of error_log(). http://php.net/manual/en/function.error-log.php http://php.net/manual/en/function.trigger-error.php http://php.net/manual/en/errorfunc.constants.php With trigger_error(), errors will go to the...
examples/consumer/index.php doesn't work with livejournal.com I try to use my openid "bolk.livejournal.com" and get blank page with URL http://somemyexamplehost.ru/examples/consumer/try_auth.php?action=verify&openid_identifier=http://bolk.livejournal.com
I have created issue originally in python-openid library https://github.com/openid/python-openid/issues#issue/8 Problem is that as we have XRDS document like this: ``` http://openid.net/server/1.1 http://specs.openid.net/extensions/pape/1.0 https://test.provider/endpoint/ http://specs.openid.net/auth/2.0/server http://specs.openid.net/extensions/pape/1.0 https://test.provider/endpoint/ ``` Repetitive creation of...
http://paste.org/pastebin/view/19995 class - interface for store in ZendCache Please add - very useful for integration in projects.
users with underscores are not valid for authenticate with this consumer. it seems that the method Auth_OpenID_Consumer::begin() don't provide a valid $endpoint if I use an openid with underscores. is...
Using i-name (freexir) results in "OpenID authentication failed: Server denied check_authentication"
I downloaded the latest master today (14.09.2010) and tried to use my i-name in the /exmple/consumer/ script. So I entered "=this*bjornbjorn" in the openID input box and was sent to...
OpenRest.eu created a patch which fixed using Google for OpenID on my machine: http://www.openrest.eu/docs/openid-not-completely-enabled-for-google.php I've contacted the author to suggest he add the patch to github.
This warning is generated when the user has cookies disabled. Auth/Yadis/Manager.php:40 38 function get($name, $default=null) 39 { 40 if (array_key_exists($name, $_SESSION)) { 41 return $_SESSION[$name]; 42 } else { 43...