CodeIgniter Forums
Finally, OpenID made simple! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Finally, OpenID made simple! (/showthread.php?tid=21506)

Pages: 1 2 3


Finally, OpenID made simple! - El Forum - 12-01-2009

[eluser]stef25[/eluser]
Just want to weigh in and say this is a GREAT piece of code. Took me about an hour to get it working. It's simple and clear. Don't worry too much about that rather negative article linked to above.


Finally, OpenID made simple! - El Forum - 12-02-2009

[eluser]BrianDHall[/eluser]
I was rather concerned too until I saw the follow-up at the bottom, where he seemingly admits most of his concerns aren't terribly valid or applicable to most of us. He indeed emphasizes the main advantage - write your login page and forget about it. The account splintering is a BIG deal though, so that does cause me to have to wait to touch it until that sort of thing is figured out, if I had a bunch of splintered accounts like that I'd be piiiissed.


Finally, OpenID made simple! - El Forum - 12-23-2009

[eluser]stef25[/eluser]
What do you mean by account splintering and why does it concern you?


Finally, OpenID made simple! - El Forum - 12-28-2009

[eluser]sanket[/eluser]
Can anyone please email me the working example of openidrpx ????

thanks in advance


Finally, OpenID made simple! - El Forum - 12-28-2009

[eluser]Vik[/eluser]
I got the OpenId library working easily, and it's working very well - it authenticates the OpenID and reports success if the OpenID is valid.

But, my requested additional info - nickname, fullname, email, etc. - is not coming back yet.

$config['openid_required'] = array('nickname');
$config['openid_optional'] = array('fullname', 'email');
[.....]
$this->lang->load('openid', 'english');
$this->load->library('openid');
$this->config->load('openid');
$request_to = site_url($this->config->item('openid_request_to'));

$this->openid->set_request_to($request_to);
$response = $this->openid->getResponse();

So far I don't see the nickname, fullname, or email, anywhere in the returned data. What is the correct way to get this additional info?

Thanks in advance to all for any info.


Finally, OpenID made simple! - El Forum - 02-05-2010

[eluser]artie11[/eluser]
Mappings, Has anyone used the RPX Pro account and extended this module to include mappings, I'm looking at it right now, However it's a weekend, this is a pet project and i'm feeling lazy.

Just wondering if someone else had looked at this, Seems like a very good idea, seeing as users have several accounts and generally forget what they did with them.

The big one is how do you organise adding multiple users in a way that makes sense. Probably too hard for a lazy Saturday. Might tackle it during the week.


Finally, OpenID made simple! - El Forum - 02-18-2010

[eluser]Tibor Katelbach[/eluser]
[quote author="adamp1" date="1254770452"]I'm using this for a new review site. I have to say when I saw this it made my day.

I am hoping to interoperate it as well into the next version of BackendPro if anyone here is interested.[/quote]

Hi
I would definitly be interested
has this feature been integrated into BackEndPro yet
or is it still underconstruction ?
Regards
Tibor


Finally, OpenID made simple! - El Forum - 03-23-2010

[eluser]Unknown[/eluser]
I 'remix' this this solution with code from http://trac.hossainkhan.info/itcrpx/ Wink


Finally, OpenID made simple! - El Forum - 03-24-2010

[eluser]Peng Kong[/eluser]
if you interested in "Finally, OpenID made simple (without RPX)"
check out http://ellislab.com/forums/viewthread/144755/ Smile