feat(webhook): add API key support for webhook notifications#1948
feat(webhook): add API key support for webhook notifications#19480xSysR3ll wants to merge 1 commit intoseerr-team:developfrom
Conversation
This PR introduces an optional API key field in the webhook settings, allowing users to authenticate to the webhook using the `X-API-Key` header. Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
|
Should we rework this feature and allow users to configure the headers they need? That way, it would cover all future feature requests regarding this. |
Since the |
Yeah, it's probably better, some 3rd party apps use other ways to authenticate. That's also what I implemented in *arr. |
|
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged. |
Oh, I will check this out ! |
|
Closed in favor of #2230 |
Description
This PR introduces an optional API key field in the webhook settings, allowing users to authenticate to the webhook using the
X-API-Keyheader.Screenshot (if UI-related)
To-Dos
pnpm buildpnpm i18n:extractIssues Fixed or Closed