I\'m trying to build an authentication system in my application, but I\'m having some problems in deciding which is the best way I could acomplish what I want in CodeIgniter
There Are many libraries that already handle Authentication within Codeigniter, but the one I would recommend is Ion_Auth. It handles user permissions (groups) very well and I've actually done a detailed writeup outlining a good way to handle this situation with Ion_Auth.