bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.61k forks source link

User Authentication #3255

Closed code2be closed 9 years ago

code2be commented 9 years ago

Hello,

Why not having a User Authentication library which handles the process of Registering, Logging in, Resetting Password of Users ?

I know there are many libraries for Codeigniter which does the same functions and more like ionAuth. But, Being a native function bundled with the framework is better as far as I think.

What do You think ?

narfbg commented 9 years ago

There are many, many ways to implement these functionalities and they all have varying range of properties. If CodeIgniter provides such a library, it would be one of:

Both would be doomed to fail.

obozdag commented 9 years ago

@narfbg With this attitude you are the main obstacle in front of CI's evolution. Authentication, ORM these are not complex pile of code and not useful to 5% of everybody. Perhaps a bit difficult for you to manage.

sarciszewski commented 9 years ago

The topics this would need to address include:

On the developers' side, it would further require setting up the schema a certain way to support CodeIgniter's strategy.

Would this be useful? Yes.

Should it be part of the core? No.

If anyone wants to start a project that can easily be incorporated to CodeIgniter (i.e. an open source library/helper), I would commend your efforts. However, not everyone has the same requirements.