User authentication with CodeIgniter

前端 未结 7 978
名媛妹妹
名媛妹妹 2021-02-05 19:22

I am writing a web application using PHP. I want to use the MVC pattern for this, and decided to go with CodeIgniter. My application will have some pages which will require auth

7条回答
  •  无人及你
    2021-02-05 20:07

    "Ion Auth" is lean, well-programmed, somewhat widely used and is actively maintained.

    http://github.com/benedmunds/CodeIgniter-Ion-Auth

提交回复
热议问题