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;