Possible Duplicate:
How should I choose an authentication library for CodeIgniter?
anyone here used a user login/registration class for Codeigniter? I’ve looked everywhere and there doesn’t seem to be a ‘go to’ class that isn’t only in the early stages of development (not very mature)
anyone know any to recommend?
http://benedmunds.com/ion_auth/
I have use it in all my last CI projects. So I recommend it.
Besides it is the basis for the register/authentication processes in the
usersmodule of pyrocms, a “going up” CI-based CMS. So it will count with support for long time…