Update dependencies

This commit is contained in:
2024-04-08 22:11:43 +02:00
committed by Felix Albrigtsen
parent d79cd3ad37
commit 7e158c9fc3
24 changed files with 1165 additions and 2468 deletions

View File

@@ -7,7 +7,7 @@ $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$userManager = new \pvv\admin\UserManager($pdo);
$as = new SimpleSAML_Auth_Simple('default-sp');
$as = new \SimpleSAML\Auth\Simple('default-sp');
$as->requireAuth();
$attrs = $as->getAttributes();
$loginname = $attrs['uid'][0];