vote up 2 vote down star
2

Trying to find an Auth library for CodeIgniter 1.7.x but am not having much luck. I originally found this SO post: http://stackoverflow.com/questions/346980/what-code-igniter-authentication-library-is-best which listed several, but most were either too simple and/or were designed for CI 1.5.x

I've played with FreakAuth, UserAuth, Redux, and several others but had issues getting any of them to properly work (or run at all).

Anyone have a good library you use with CI 1.7.x???

flag

I'm looking too. There doesn't seem to be one that's super great for 1.7...not that I've found. – Kevin Brown Jul 24 at 19:21

4 Answers

vote up 1 vote down check

Have you tried DX Auth? It's very full featured and works with 1.7 (says so in the post, and I have personally used it).

link|flag
vote up 0 vote down

Redux 2 beta is built for 1.7 however obviously, it is still in beta.

There is a large discussion on this topic here:

http://stackoverflow.com/questions/346980/what-code-igniter-authentication-library-is-best

link|flag
Quite obviously. I've tried to use it, but it ended up frustrating me too much to deal with it. – Kevin Brown Jul 24 at 19:20
vote up 0 vote down

I've successfully tested Redux2 Beta on a CI 1.7 smallish project. No issues and the code was very easy to understand (needed no further documentation). I'm looking forward for the final release.

link|flag
vote up 0 vote down

Hi Adam! I was looking for the simplest Authentication library a few months ago, and I found 'The Authentication Library'. It is very easy to use, the author has a CI-User_guide-type for help, and it doesn't have any of the bloat I've found in other auth libraries.

You can find it here: http://programmersvoice.com/codeigniter/the-authentication-library-1-0-6

The author is very responsive on the CI boards and on his facebook/twitter page for comments and assistance. Try it out, I've had success with it in my 1.7 apps.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.