LightOpenID
LightOpenID copied to clipboard
Lightweight PHP5 library for easy OpenID authentication.
Hi, i get that error everytime if i use a wildcard domain for the realm like this: ``` $openid = new LightOpenID('*.example.com'); if(!$openid->mode) { if(isset($_GET['login'])) { $openid->identity = 'http://steamcommunity.com/openid'; $openid->returnUrl...
INI directive 'safe_mode' is deprecated from PHP 5.3 and forbidden from PHP 5.4.
Is there a plan to add support for the updated Google Auth service?
Hello, I'm using your fork here for the openid+oauth federated login for google apps domain. I succeed in logging the user in. 1. The problem here is when I have...