You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be handled already. Don't have time to investigate too far at the moment, but should be handled by the getFilterForRoute() method of RouteCollection. Though a quick search of RouteCollection and I'm not seeing where that filter is saved at. Hmmm...
Revisiting #30, the auth filters don't seem to be working. Tracking it down, it looks like
$params
is empty no matter what is passed. If I'm understanding system/Filters/Filters.php correctly, it looks like only the request object is passed in and no additional parameters:https://github.com/codeigniter4/CodeIgniter4/blob/develop/system/Filters/Filters.php#L150
Is this something still coming down the pipe? or incorrectly missing? or am I misunderstanding?
The text was updated successfully, but these errors were encountered: