remote temp test dump

This commit is contained in:
merelendor 2024-12-02 09:52:43 +03:00
parent 39665a59a1
commit d7625e7895

View File

@ -348,6 +348,7 @@ if($_SERVER['REMOTE_USER'] && strpos($_SERVER['REMOTE_USER'], "Bearer") > -1)
try
{
//file_put_contents("/home/bitrix/server_dump.txt", var_export($_SERVER, true));
$auth = (array) \Bitrix\Main\Web\JWT::decode($token, $secret, ["HS256"]);
}
catch(\Exception $e)