CodeIgniter authentication + user privileges

后端 未结 4 481
我在风中等你
我在风中等你 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:09

    I've been developing a role based authentication system for Codeigniter called WolfAuth, here's the repository. It's still early days, but it sort of works. You can add roles, etc and then restrict functions and classes to particular user roles and usernames.

提交回复
热议问题