Login System with Codeigniter
authentication, codeigniter
Solution
If you want to know about the libraries available for login/logout and more than you should read this:
How should I choose an authentication library for CodeIgniter?
and if you just simply want to understand a secure & simple login process then you should go and read the code for this one:
https://github.com/DaBourz/SimpleLoginSecure
Problem
I am new to codeigniter but i am very clear with the basics. I am starting with my new web application (a CMS) actually. I want to know the best methodology used to create a login system with codeigniter for admin panel (backend). Regards, Mrinal Purohit