CodeIgniter Forums
What's the best Auth library for my needs? - 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: What's the best Auth library for my needs? (/showthread.php?tid=47826)



What's the best Auth library for my needs? - El Forum - 12-23-2011

[eluser]Unknown[/eluser]
I'm searching for a CI auth library with these features or a t least most of them:

-Social login with support for Google, Twitter, Facebook where if an user sign up the normal way then if he logs in with he's google account the two account will be merged if he's using the same email

-Normal sign up:
-remember me
-password recovery
-captcha
-quite secure

I don't need role-based system.

I've seen various library especially:
a3m - http://code.google.com/p/a3m/ but it's not updated since february
tank auth + xta 2 (http://konyukhov.com/soft/tank_auth/ - http://xta2.ericbae.com/index.php/auth/login also them are not updated since 3-5 months


What do you recommend?