views:

70

answers:

2

I am looking for an already completed openid login library that I can just 'plug' into my application and allow for access using any of the openid, facebook, twitter, methods that you would see on many well accessible websites.

An example would be Woot.com's login:

https://account.woot.com/login?returnurl=http%3a%2f%2fwoot.com%2fdefault.aspx

I would like one that I don't have to spend lots of time on, as I would like this accessibility for my users but I do not wish to sacrifice a large portion of my development tinkering with it, or working out bugs with facebook working, and not twitter, etc;

Thoughts?

+1  A: 

There are a few open source projects that are active on github and google code.

http://github.com/openid/php-openid

But that is as simple as it gets unless you are already using a created framework like Kohana or Cake or whatever. IF you are using one of those, chances are they have worked on a module for OAuth and FB / TW / OID stuff. I prefer Kohana, and they have many great modules.

Jon
+1  A: 

I actually searched some more and found that there is a CodeIgniter module that does all this (back in February/March when I was working hard on my app, there was none).

For people that need this as well for CodeIgniter: http://code.google.com/p/a3m/

Jakub