Codeigniter 3.x Authentication Library?

前端 未结 4 436
后悔当初
后悔当初 2020-12-13 06:26

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

  • Flexi auth was very good and robust with great documentation for CI 2.0 but it
相关标签:
4条回答
  • 2020-12-13 06:35

    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

    0 讨论(0)
  • 2020-12-13 06:35

    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

    0 讨论(0)
  • 2020-12-13 06:37

    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.

    0 讨论(0)
  • 2020-12-13 06:43

    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.

    0 讨论(0)
提交回复
热议问题