Hi, I have a question about the http request node. In my workflow, there is a webhook trigger node, and this node triggers from my front-end application. This webhook has a github token, and I can see the token on the executions tab when other users trigger it from my front-end application. Is there any way to hide or encrypt the tokens on n8n? Because I do not want to see the user’s github token for security reasons.
However, the token is coming from my front-end application to the header of the webhook request. So, I can see the user’s token when I look at the header of the webhook node.