CodeIgniter Forums
ion_auth vs CommunityAuth - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: ion_auth vs CommunityAuth (/showthread.php?tid=65075)



ion_auth vs CommunityAuth - acsv - 04-26-2016

Howdy all,

I am writing an app that will eventually need not only normal login for users, but also OAuth logins (eg facebook and google)

Do either of these auth libraries lend themselves to easily do this?

Or will I have to suss a solution?

The other option is to make the site login an OAuth2 server I suppose.


RE: ion_auth vs CommunityAuth - InsiteFX - 04-26-2016

Nither one of those will handle oauth, you need to download the oauth library and use it.

Search the forums there are some links to it.


RE: ion_auth vs CommunityAuth - skunkbad - 04-26-2016

As the sole dev of Community Auth, I can say that OAuth integration, or integration of authentication from any other external resource has never been considered. I understand the reasons why some believe such authentication is beneficial, but from the opinionated point of view of a website owner and developer responsible for the security of my customer's websites, unless they asked for such a solution (and they haven't asked), I'm just not interested in such things. To me, trusting somebody else to handle my authentication is difficult, and I just can't get past that trust issue.


RE: ion_auth vs CommunityAuth - benedmunds - 04-27-2016

Hey,

I'm the developer of Ion Auth. I don't support OAuth or external auth services by default either. There is a community developed and unsupported branch of Ion Auth named "social" that integrates with HybridAuth to accomplish logins from various services though if you want to try your luck: https://github.com/benedmunds/CodeIgniter-Ion-Auth/tree/social


RE: ion_auth vs CommunityAuth - acsv - 04-27-2016

Thank you. It is great that the two devs of the Auth products answer so quickly!


RE: ion_auth vs CommunityAuth - iridion2015 - 05-01-2016

wow, Benedmunds.
How are you, dude.
Why are you so very rare to visit this forum?
Are you more on Laravel?