emreakay / CodeIgniter-Aauth

Authorization, Authentication and User Management library for Codeigniter 2.x and 3.x to make easy user management and permission operations
http://emreakay.com
GNU Lesser General Public License v3.0
393 stars 235 forks source link

Reasoning behind PM system? #160

Open perenstrom opened 8 years ago

perenstrom commented 8 years ago

Hi, I'm just about to try this out, and it seems sweet so far! Just the amount of complexity/competence in an Authentication library.

However. I'd like to hear the reasoning behind including an PM feature. In my opinion that has absolutely nothing to do with an authentication system, and I'll probably remove it from the library in my projects.

Any input?

REJack commented 8 years ago

I can't tell you the reason behind the PM feature :sweat_smile:.

But I personally use the PM feature often in Community-based projects, in Small Business projects not so often only if a customer want it :smile_cat: .

But I wouldn't remove it, the PM feature is not so big :smile: (about 250 lines, that's not much), I'm thinking about to write v3 modular to create extensions for logins from google, github etc. and maybe PM, too. Then the developer can choose whether he want the PM feature or not.

paulcanning commented 8 years ago

A modular system would be great!

And yea, PM doesn't make much sense, but so what :P

perenstrom commented 8 years ago

A modular system would be nice! And it is mostly the database tables I'm gonna remove to keep the database uncluttered with tables not in use.

varunsridharan commented 6 years ago

Guys i agree with you. but i was looking for a auth system with Private message feature. too which i got it here. :) i am happy.

Scampi-ml commented 1 year ago

I removed the PM system and went with this -> https://github.com/jrmadsen67/Mahana-Messaging-library-for-CodeIgniter