From b330dffa62773efab2dda4df4ef1db044c6a2900 Mon Sep 17 00:00:00 2001 From: devthejo Date: Mon, 30 Jun 2025 15:49:40 +0200 Subject: [PATCH] chore: debug --- libs/common/oapi/services/auth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/common/oapi/services/auth.js b/libs/common/oapi/services/auth.js index 5cf9b91..fa2dd88 100644 --- a/libs/common/oapi/services/auth.js +++ b/libs/common/oapi/services/auth.js @@ -57,6 +57,7 @@ module.exports = function () { // For meta.auth-token scope, check for X-Auth-Token header if (hasMetaAuthToken) { const req = reqCtx.get("req") + console.log("req?.headers", req?.headers) const authTokenHeader = req?.headers?.["x-auth-token"] if (authTokenHeader) {