CodeIgniter Forums
Best authentication system for production - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Best authentication system for production (/showthread.php?tid=498)



Best authentication system for production - FlevasGR - 12-10-2014

Hello, i was watching many tutorials on how to build stuff with codeigniter but none of them actually tells you how to be ready for a production website. My main problem is the authentication pard. How do you register and login a user securely and be safe from sql injections and other harmfull stuf? I know that CI comes with security features but i dont know if they're enough to protect my site especially in authentication.
What is your opinion on the subject? What should i do to be ready for production?


RE: Best authentication system for production - startbbs - 12-10-2014

I have the same feeling, any one have good authentication class?


RE: Best authentication system for production - Dracula - 12-10-2014

Have you tried Ben Edmunds Ion Auth?
https://github.com/benedmunds/CodeIgniter-Ion-Auth


RE: Best authentication system for production - januarfonti - 12-10-2014

What about Tank-auth ? https://github.com/TankAuth/Tank-Auth
But it is not longer maintenance


RE: Best authentication system for production - LOFer - 12-17-2014

I second @Dracula - Ion Auth is relatively easy to implement/extend and works well.


RE: Best authentication system for production - Ilya Aranov - 12-31-2014

I use DX-Auth.
https://github.com/eyoosuf/DX-Auth


RE: Best authentication system for production - rfulcher - 02-18-2015

DX Auth has recently been updated to work with CI3.  I have used it on several projects and like it.


RE: Best authentication system for production - Hobbes - 02-18-2015

i authentication library of choice is Ion-Auth. Been using it for a while now. And as was mentioned it is easy to implement, extend, and use, and it is compatible with CI3 RC2.


RE: Best authentication system for production - colonelclick - 02-18-2015

+1 for Ion-Auth


RE: Best authentication system for production - ComputingFroggy - 02-22-2015

What about Community-Auth (http://community-auth.com/) ?
What's the general feeling about this library here ?

I am just about to start a new project and I was thinking about using that one.


Cheers,
L@u