-
Goal: Our API has custom authentication. I am attempting to parse the required field from an auth request and pass it into a header on the resource, and am unable to reference the variable.
-
Steps: I tried referencing the created variable in many different ways and I can't figure out how to do it.
-
Details:
I'm not sure how to proceed. We have custom auth in our app and I'm unable to reference the variable created in the authentication flow within my API resource headers. The docs here say to "Pass the authentication token" but they don't say how to reference the actual variable - it looks like it's just a hardcoded string in the example screenshot.
here is the link to our (private) resource we're trying to set up if that's helpful.
I believe that this bug is maybe the same as this bug, but different from the merged bug
-
Screenshots:

