Welcome Guest, Not a member yet? Register   Sign In
How to check if a user logged in?
#6

2 Filters Class: Authentication and Authorization
PHP Code:
public $globals = [
 
   'before' => [
 
       'authentication' => ['except' => ['users/login']],
 
   ],
];
public 
$filters = [
 
   'authorization' => ['before' => ['admin/*']],
]; 
Reply


Messages In This Thread
How to check if a user logged in? - by happyape - 03-05-2019, 06:43 AM
RE: How to check if a user logged in? - by elephpantech - 03-11-2019, 07:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB