I used the instructions given in this answer to setup login through Google via LightOpenId. It's working fine up till the point where it has to check $openid->mode
to find out whether google has verified the login credentials. The Url received from Google does have the openid.mode=id_res
parameter. But $openid->mode
variable from the library still returns false, meaning that it's not verified.
Please help!