From a96ab447b62144fe99efddbb5b4086ed2cb9de8a Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 4 Mar 2024 18:52:10 +0300 Subject: [PATCH] data-debug-fix --- index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.mjs b/index.mjs index 4b6c48c..f2c9232 100644 --- a/index.mjs +++ b/index.mjs @@ -17,6 +17,7 @@ const server = Server.configure({ connection.requiresAuthentication = true; }, onAuthenticate(data) { + console.debug(data) if (!data.requestHeaders) { console.error('Request headers not found'); return null;