[split] Auto library - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: [split] Auto library (/showthread.php?tid=63037) |
[split] Auto library - pravmahe - 09-18-2015 We also need a built in Auto Library. RE: [split] Auto library - albertleao - 09-22-2015 Can you be just a little more descriptive? RE: [split] Auto library - Narf - 09-23-2015 I believe he wanted to write 'Auth' instead of 'Auto' ... and we've beaten that topic to death already. RE: [split] Auto library - solidcodes - 09-23-2015 when someone suggest that, it's obvious his new. RE: [split] Auto library - Vimal - 09-28-2015 yes absolutely we want this. RE: [split] Auto library - Narf - 09-28-2015 (09-28-2015, 07:06 AM)Vimal Wrote: yes absolutely we want this. Yes, and you absolutely won't get it. Because reasons. It has been discussed a thousand times already ... look it up. RE: [split] Auto library - kilishan - 09-28-2015 Just as a further, real-world, example of why this doesn't work... Everyone seems to point at other frameworks like Laravel having Auth built-in. I have worked on several projects built in Laravel and not once did the built-in Auth have enough features to truly work. I believe all of those projects went with Sentry instead, and even then it had to be modified for at least one project I was on. And even then, there are security-related aspects of the auth that no popular pre-built Auth package that I've seen attempts to address, like protection from Brute-force attacks, distributed brute force attacks and the like. And while nothing can protect you 100%, there are things that can be done to make your site more secure than these libraries provide. Short answer - Laravel's claims to having Auth built-in is a marketing ploy at best, since it's too simple to be usable in most real-world projects. Same with some of it's other built-in toys, like Cashier. RE: [split] Auto library - Vimal - 09-29-2015 (09-28-2015, 07:12 AM)Narf Wrote:(09-28-2015, 07:06 AM)Vimal Wrote: yes absolutely we want this. And If not I can make it RE: [split] Auto library - solidcodes - 09-29-2015 @Vimal why re-invent the wheel? just google it and you will findd many auth system. sometimes people are just lazy googling. RE: [split] Auto library - Vimal - 09-29-2015 (09-29-2015, 02:22 AM)solidcodes Wrote: @Vimal Yep. But I already created full stack auth system with multiple option.And I will use this in my next projects.Sometimes you have to reinvent the wheel for learn something new. |