redis session

This commit is contained in:
2022-08-22 16:24:02 +02:00
parent 7fdf41aac8
commit f97bac6e5e
5 changed files with 62 additions and 3 deletions

View File

@ -237,7 +237,6 @@ class SecurityController extends AbstractController
"client_secret" => $this->getParameter("oauthClientsecret"),
];
$response=$this->apiservice->run("POST",$apiurl,$query);
dump($response);
return $this->render('Home/home.html.twig',[
"useheader"=>true,
"usemenu"=>true,