Role Based Access Control

前端 未结 11 1138
梦谈多话
梦谈多话 2020-12-01 03:59

Are there any open source, PHP based, role based access control system that can be used for CodeIgniter?

11条回答
  •  [愿得一人]
    2020-12-01 04:17

    Try DX_Auth plugin for CodeIgniter. I am working on a similar (rather, superset) of the functions that DX_Auth have. My set of CI addon's include display of menus (that can be controlled via CSS), Role-bases access controll before controller is invoked and other features. I hope to publish it soon. Will give project URL when I do so

提交回复
热议问题