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 function isLoggedIn inside AuthenticationBase fails when using AuthTrait restrict function,
use \Myth\Auth\AuthTrait;
public function __construct()
{
$this->restrict( );
}
i tracked the issue and it seams that inside isLoggedIn function $userID is never assigned any value, so its always null and function always return false.
The text was updated successfully, but these errors were encountered:
The function isLoggedIn inside AuthenticationBase fails when using AuthTrait restrict function,
use \Myth\Auth\AuthTrait;
i tracked the issue and it seams that inside isLoggedIn function $userID is never assigned any value, so its always null and function always return false.
The text was updated successfully, but these errors were encountered: