CodeIgniter-Aauth icon indicating copy to clipboard operation
CodeIgniter-Aauth copied to clipboard

Reasoning behind PM system?

Open perenstrom opened this issue 7 years ago • 5 comments

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?

perenstrom avatar Jul 19 '16 21:07 perenstrom

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.

REJack avatar Jul 20 '16 16:07 REJack

A modular system would be great!

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

paulcanning avatar Jul 21 '16 09:07 paulcanning

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.

perenstrom avatar Jul 22 '16 19:07 perenstrom

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.

varunsridharan avatar Sep 20 '17 13:09 varunsridharan

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

Scampi-ml avatar Jun 28 '23 13:06 Scampi-ml