CodeIgniter authentication + user privileges

后端 未结 4 490
我在风中等你
我在风中等你 2020-12-09 08:50

I\'m trying to build an authentication system in my application, but I\'m having some problems in deciding which is the best way I could acomplish what I want in CodeIgniter

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-09 09:08

    There Are many libraries that already handle Authentication within Codeigniter, but the one I would recommend is Ion_Auth. It handles user permissions (groups) very well and I've actually done a detailed writeup outlining a good way to handle this situation with Ion_Auth.

提交回复
热议问题