php-openid
php-openid copied to clipboard
OpenID library for PHP5
The tarballs that github.com produces seem to be arbitrarily structured. May you post tarballs for php-openid releases at least slightly manually, such as having a subdirectory called packagename-version instead of...
It seems impossible to authorize on .moikrug.ru site using this library. But I can authorize by this OpenID at livejournal.com, for example.
I just downloaded the code, opened the README which says to first try to run the 'examples/detect.php'. The page redirects me to detect.php?test_query=a%26b, but loads a blank page. 'display_errors' is...
It'd be better to have the initial Yadis discovery running in a separate method from the begin() method. That way you could still use this new discovery() method to check...
"You can view the HTML library documentation in the doc/ directory." What doc directory? Could not find any ...
It is very very very terrible that after I found this issue already happened when 2007! No one has fixed it until now! You always get the "Bad signature" response...
http://lists.openid.net/pipermail/openid-security/2010-July/001156.html I'm wondering if you guys are aware of this report and if it affects your implementations (specifically your PHP5 one)? I use your lib but I want to know...
Probably replace resource in $fetch_url to accessable. $fetch_url = 'http://www.openidenabled.com/resources/php-fetch-test';
I'm not sure if this repo is still active, but I created a github workflow to build the PHPDocs for php-openID and publish them to github pages. You can see...