What's the best library for User Registration / Authentication / Management for CodeIgniter?

codeigniter

Solution

I used Tank Auth like suggested by Sarfraz and it worked fine. I tried 2 other libs before that without much success. The only thing that it doesn't have is an admin to manage user, but it wasn't required in my case.

Problem

I know there's no "best" and it all depends on HOW you use it, but please let me know your experiences with the different ones. Thanks.

Original source

Related problems