We also need a built in Auto Library.
[split] Auto library
|
09-22-2015, 01:38 PM
Can you be just a little more descriptive?
![]()
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
09-23-2015, 05:06 AM
I believe he wanted to write 'Auth' instead of 'Auto' ... and we've beaten that topic to death already.
09-28-2015, 07:12 AM
(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.
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.
09-29-2015, 01:06 AM
(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 ![]()
09-29-2015, 02:22 AM
(This post was last modified: 09-29-2015, 02:22 AM by solidcodes.)
@vimal
why re-invent the wheel? just google it and you will findd many auth system. sometimes people are just lazy googling. (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. ![]() |