Questions tagged [lightopenid]

LightOpenID is a lightweight OpenID library written in PHP. It already implements a functional consumer and a provider is under development.

LightOpenID is an open source software project written in PHP 5 for implementing the consumer part of OpenID.

It offers a some documentation about:

Features:

  • Easy to use (you can code a functional client in less than ten lines of code)
  • Uses cURL if avaiable, PHP streams otherwise
  • Supports both OpenID 1.1 and 2.0
  • Supports Yadis discovery
  • Supports only stateless/dumb protocol

Requirements:

  • PHP 5 or later
  • 29.5 KB for the library
103 questions
0
votes
1 answer

Empty user information from openId, why?

I have this modified google-example connection code for lightOpenId:
rablentain
  • 6,641
  • 13
  • 50
  • 91
0
votes
1 answer

Is this the way to use openId?

I prefer not to write my own login function, so instead I would like to use openId. I found the library lightopenid and with some modifications of the google-example file it looks like this:
rablentain
  • 6,641
  • 13
  • 50
  • 91
0
votes
0 answers

getting error in php to login in google account using openid.php

I am using openid.php in php to authorize by Google account. but it will show 9 warning like Warning: get_headers() [function.get-headers]: SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL…
user2021740
  • 174
  • 2
  • 11
0
votes
1 answer

ios Safari is chopping off "www" from $_SERVER['HTTP_HOST'], how is this possible

Having a separate mobile site on a subdomain which has the name m.domain instead of domain: When I try to login on ios devices with openid I get an error page from google but not if I use the site from my desktop. chrome mobile is ok, it is just…
Richard
  • 4,516
  • 11
  • 60
  • 87
0
votes
1 answer

Global logout from lightopenid

I have made a openid login system using google, yahoo which is working fine, problem is when user logout from my site it doses not logout from google, yahoo. how to make a global logout which logout user from my site and also from google, yahoo. a…
user1411607
0
votes
1 answer

Signup user once with lightopenid along with info and then login with database info

I have implemented an Google open-id login - signup system using lightopenid which is working fine, i want to add a functionality which require user to sign up only once to allow access to their info, then i store that info in database for login…
user1411607
0
votes
1 answer

requeststreams in lightopenid queries URL twice, getting success (is_valid:true) the first time but returning the second result, which is failure

I have implemented logon code on a local test machine (Windows & IIS), and on a remote server. In IIS, it "works", taking the request_curl route. On the server, it takes the request_streams route, and fails. By inserting a lot of trace messages in…
captain puget
  • 107
  • 1
  • 5
0
votes
1 answer

LightOpenID giving errors with default setup, and returning false with valid login

Using the LightOpenID class, I am trying to get Google's login integrated with my site. I'm using the default code:
James
  • 3,765
  • 4
  • 48
  • 79
0
votes
1 answer

"No servers found" using openid light

All of a sudden i'm getting this error message using Light Open ID. Fatal error: Uncaught exception 'ErrorException' with message 'No servers found!' in /home/a3422801/public_html/LoginAssignment/php/openid.php:463 Stack trace: #0…
garethdn
  • 12,022
  • 11
  • 49
  • 83
0
votes
1 answer

How to get user photo using LightOpenID php class for google and yahoo

I am using LightOpenID php class ie openid.php class. I want to fetch the user photo. But it does not return information about user's photo. Please help me I have to fetch user account photo. Thanks,
digvijay
  • 13
  • 1
  • 4
0
votes
1 answer

Testing LightOpenID in Localhost

I am using LightOpenID to enable Google Authentication in my PHP web application. However when I test the same in my local server I get the following error ( ! ) Fatal error: Uncaught exception 'ErrorException' with message 'You must have either…
Neil
  • 5,919
  • 15
  • 58
  • 85
0
votes
1 answer

openid validate return false

I have downloaded LightOpenID (http://gitorious.org/lightopenid) and it worked but few days ago stopped. My code:
be4code
  • 688
  • 4
  • 15
-1
votes
1 answer

PHP | preg_match(): Unknown modifier '(' in C:\xampp\htdocs\Folder\index.php on line 38

I'm trying to let people log in with steam, using this code: mode) { if(isset($_GET['login'])) { …
Ras. M
  • 11
  • 6
1 2 3 4 5 6
7