User authentication with CodeIgniter

前端 未结 7 970
名媛妹妹
名媛妹妹 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 19:55

    Use flexi auth a modified version of the popular Ion Auth library. It's more advanced and do all the job out-of-the-box.

    flexi auth is a free open source user authentication/login library for use with the CodeIgniter 2.0+ framework.

    I know it's too late but I hope someone else will find it helpful. Cheers!

提交回复
热议问题