Welcome Guest, Not a member yet? Register   Sign In
Code Iginter Core subclassing
#7

[eluser]Colin Williams[/eluser]
Quote:...checking authentication on every request, and taking the necessary actions when an user is not properly authenticated [sic] to access the system.

Why assume a check must happen for every request? Unless your entire app is on lockdown, you really only need the authorization for specific areas. if (!authorize('action')) redirect('login') is hardly the recipe for all access control scenarios. Please correct me if I've misunderstood your suggestions.


Messages In This Thread
Code Iginter Core subclassing - by El Forum - 10-20-2008, 06:12 PM
Code Iginter Core subclassing - by El Forum - 10-20-2008, 08:07 PM
Code Iginter Core subclassing - by El Forum - 10-21-2008, 01:38 PM
Code Iginter Core subclassing - by El Forum - 10-21-2008, 01:45 PM
Code Iginter Core subclassing - by El Forum - 10-23-2008, 03:25 AM
Code Iginter Core subclassing - by El Forum - 10-23-2008, 01:56 PM
Code Iginter Core subclassing - by El Forum - 10-23-2008, 08:04 PM
Code Iginter Core subclassing - by El Forum - 10-24-2008, 02:01 PM
Code Iginter Core subclassing - by El Forum - 10-24-2008, 02:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB