LightOpenID icon indicating copy to clipboard operation
LightOpenID copied to clipboard

Lightweight PHP5 library for easy OpenID authentication.

Results 14 LightOpenID issues
Sort by recently updated
recently updated
newest added

> I am no longer able to support or maintain this project - if you would like to take over the project, please drop me a line. HI @iignatov I'd...

Adds initial PHP8 support, making the library function w/ PHP8 PHP 8 deprecates required parameters after optional parameters in function/method signatures

The reason for this is `get_magic_quotes_gpc` is deprecated in PHP ^7.4.0 and breaks a bunch of applications trying to use this library. Related: https://github.com/SocialiteProviders/Providers/issues/383

Hi, I am trying to use this lib to work with Steam and have error: ``` ERROR: Function get_magic_quotes_gpc() is deprecated {"exception":"[object] (ErrorException(code: 0): Function get_magic_quotes_gpc() is deprecated at /var/www/app/vendor/iignatov/lightopenid/openid.php:891)...

how to get all cookies and sessionid using this library and i used for steam login. i was try and i only get sesionid and steamcountry.

Now truly returns boolean because it is the difference between if($openid->validate()) and if($openid->validate() === true) :) Alternative for this is type casting.

…SREG attributes not extracted if SREG namespace attribute name is not "openid_ns_sreg" Support SREG attributes if namespace attribute name is NOT "openid_ns_sreg" by replacing hard coded SREG namespace attribute name...

Exiting from the loop prevents it from trying to discover the document as HTML

Hi, may you please update the project on Packagist (https://packagist.org/packages/iignatov/lightopenid)?