chore: debug
This commit is contained in:
parent
e923a2404b
commit
b330dffa62
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue