CodeIgniter Forums
CodeIgniter + Opauth integration. - 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: CodeIgniter + Opauth integration. (/showthread.php?tid=52190)



CodeIgniter + Opauth integration. - El Forum - 06-01-2012

[eluser]DestinoMultimedia[/eluser]
Hi everybody !!!

What is Opauth?

Inspired by OmniAuth for Ruby, Opauth provides a standardized method for PHP applications to interface with authentication providers.

Opauth as a framework provides a set of API that allows developers to create strategies that work in a predictable manner across PHP frameworks and applications.

Actually supports authentication with Twitter, Google and Facebook accounts. You can see it here:

http://opauth.org/

Opauth + CodeIgniter

I've been working on a CodeIgniter + Opauth integration and finally is done !!!

You can take a look on my web:

http://www.destinomultimedia.com/opensource/ci_opauth

The library is free and is hosted on GitHub Wink

Demo

You can find a demo here:

http://www.destinomultimedia.com/scripts/ci_opauth






CodeIgniter + Opauth integration. - El Forum - 07-02-2012

[eluser]DestinoMultimedia[/eluser]
Update:

Updated opauth to 0.4.0
Added support to OpenID Strategy


CodeIgniter + Opauth integration. - El Forum - 08-23-2012

[eluser]jose_cp[/eluser]
Gracias/Thank you!!

Will be very useful for me!!!




CodeIgniter + Opauth integration. - El Forum - 08-24-2012

[eluser]DestinoMultimedia[/eluser]
De nada, jose_cp / You're welcome Wink


CodeIgniter + Opauth integration. - El Forum - 12-14-2012

[eluser]hcker2000[/eluser]
I have looked at your library but am having issues with getting the google login working as its redirecting to a url with a query string and failing at that point. It seems to be because of the query string.

Any thoughts on how to get this working in codeigniter?


CodeIgniter + Opauth integration. - El Forum - 07-18-2013

[eluser]quickshiftin[/eluser]
Very nice!