Commit 552ccf2f authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Log authorization exceptions

1 merge request!400SSO for Pro sites
Pipeline #97097884 running with stages
......@@ -59,7 +59,6 @@ class authorize implements Interfaces\Api, Interfaces\ApiIgnorePam
]);
}
// TODO: Use headers
$jwt = $_POST['token'];
$success = $sso
......
......@@ -159,6 +159,7 @@ class Manager
return true;
} catch (Exception $e) {
error_log((string) $e);
return false;
}
}
......
Please register or to comment