Hey team, I have a header that I'm passing when a ...
# talk-kratos
b
Hey team, I have a header that I'm passing when a user completes a registration flow, this is passed through to a webhook and I can see the header set within ctx.request_headers. However it is not in the actual headers of the webhook request, is there a way to have this included?
Answered my own question but you can pass this header as an API key
Copy code
auth:
   type: api_key
   config:
      name: <name>
      value: <value>
      in: header