sotoz
sotoz

Reputation: 3098

Codeigniter 3.x Authentication Library?

With the new Codeigniter 3.0 version what authentication libraries do you use?

So, has anyone successfully integrated (or migrated) any of the previous mentioned libraries on large CI 3.0 web applications? Did you write your own? Did you stick with CI 2 until further CI 3.0 development for that matter?

Update for the down votes

This post about Authentication libraries in codeigniter was very popular and helpful. I believe that posts that help the community in that way should not be closed at least not before some helpful answers. It is not discussed anywhere before and I would really like to see the opinions of more experienced developers for that.

Upvotes: 47

Views: 39821

Answers (4)

ashkan
ashkan

Reputation: 46

check this library.that is so nice.and with many features

  • login / logout
  • Login DDoS Protection
  • register and signup via email. (send verification code to your email)
  • users can send private message to other users
  • user group
  • create permissions and access control
  • error in other language

this library for CI2. but if you search about this, you can find lib for CI3

http://codeigniter-aauth-test.readthedocs.io

Upvotes: 1

Abed Putra
Abed Putra

Reputation: 1215

Please check Dnato System Login
Its Simple, Fast and Lightweight auth codeigniter.

Feature:
-Add user
-Delete user
-Ban, Unban user
-Register new user sent to email token
-Forget password
-Role user level
-Edit user profile
-Gravatar user profile
-Recaptcha by Google
-And much more



Frontend
With Bootstrap Framework.

Upvotes: 5

Shybrha
Shybrha

Reputation: 11

For a simple library, I use https://github.com/trafficinc/CodeIgniter-Authit (Authit). It is very simple so I can do a lot of customizations to it or just leave it be.

Upvotes: 1

cartalot
cartalot

Reputation: 3148

don't let the down votes get ya down.

check out Ion Auth https://github.com/benedmunds/CodeIgniter-Ion-Auth

take a look at the read me, you will have to rename two files for codeigniter 3. otherwise you can see that there are recent changes to the lib. the author Ben Edmunds is one of the four developers on the new codeigniter council. http://www.codeigniter.com/help/about

Upvotes: 30

Related Questions