User Management in CodeIgniter 2.1.0 [duplicate]
Asked Answered
M

3

13

Possible Duplicate:
How should I choose an authentication library for CodeIgniter?

What is the best library for User Registration / Authentication / Management for CodeIgniter 2.1.0?

Thanks!!

Mali answered 30/12, 2011 at 17:30 Comment(1)
Check out this great thread: #347480Weide
S
13

Tank Auth and IonAuth are both great for all of the above in my opinion. Each has their own pros and cons. Most notably for you will be the documentation. IonAuth is heavily documented, and well commented throughout. Tank Auth is lightly documented, and is very well commented throughout. I personally prefer IonAuth, and have used it in several projects. If you want some additional modifications to make it even easier to work with, then check out this article here.

Son answered 30/12, 2011 at 18:5 Comment(0)
M
3

In my opinion IonAuth for user registration and authentification and Zend_Acl for authorization (Access Control List).

Muddlehead answered 30/12, 2011 at 17:55 Comment(0)
M
0

Thats your choice dude, If you take an ORM approach neither IONAuth nor TANK will suffice. Choose a database structure throughout your project's then decide, If that means a custom Auth lib, then so be it....

Masbate answered 31/12, 2011 at 3:45 Comment(1)
I hear what @Phillip is saying; if Tank Auth & IonAuth are bound to the native CI Active Record system, that's a bit of a shame. Need to dig in a bit, but really looking for something that offers some interfaces and controllers whereby an implementation via Propel or some other ORM was straightforward.Paramagnetic

© 2022 - 2024 — McMap. All rights reserved.