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
The api-guard filter has 2 methods before and after, for my ap it is necessary to log what happened during the request, and if we set the fitr through a router, then the after method simply does not work.
In the documentation about this there is no information, because of this, it was added that this is a mistake.
CodeIgniter 4 version
4.0.0-alpha.1
Context
OS: ubuntu16.04.1
PHP version 7.2.8-1
The text was updated successfully, but these errors were encountered:
$routes->group('System',['namespace' => 'App\API\v1\System', 'filter' => 'api-guard'] , function($routes)
The api-guard filter has 2 methods before and after, for my ap it is necessary to log what happened during the request, and if we set the fitr through a router, then the after method simply does not work.
In the documentation about this there is no information, because of this, it was added that this is a mistake.
CodeIgniter 4 version
4.0.0-alpha.1
Context
The text was updated successfully, but these errors were encountered: