permissions finito

This commit is contained in:
2023-10-18 01:54:24 +03:00
parent 632684f514
commit 91b68d9682
5 changed files with 125 additions and 109 deletions
+2
View File
@@ -24,6 +24,8 @@ readonly class AuthMiddleware
return redirect($this->channelService->channel->lucentUrl . "/login");
}
$this->authService->refreshSession();
return $next($request);
}