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) {