tags:

views:

20

answers:

1

I have a project with CodeIgniter that requires openId - the janrain libraries seem overkill. Anything simpler or specific to CI?

A: 

Check out the CodeIgniter Wiki:

http://codeigniter.com/wiki/OpenID/

There is a nice explanation of it here:

http://thinkmoult.com/2009/02/22/use-codeigniter-openid-library-to-integrate-openid/

Kieran Andrews