Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP OpenID Library that allows facebook / openid / twitter, etc;

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?

like image 589
Jakub Avatar asked Jul 13 '10 12:07

Jakub


2 Answers

HybridAuth, a free and open source web-based PHP Social Networking service project enables users to authenticate in your blog, Web site or application using their OpenID, Twitter, Facebook, MySpaceID, Google, AOL, Friendster or Vimeo Accounts.

HybridAuth is one and simple SSO PHP Library.

http://www.phpkode.com/projects/item/hybridauth/

like image 145
kn3l Avatar answered Sep 25 '22 02:09

kn3l


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/

like image 37
Jakub Avatar answered Sep 23 '22 02:09

Jakub