[Feature] Auth Webhook #213
Closed
FreeWind6
started this conversation in
Feature request
Replies: 4 comments 1 reply
-
Currently, authentication can be performed using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is to verify that the post request originated from Kiosk yes? If so I’m happy to implement a GitHub style secret to hash in the header.
…On 8 Dec 2024 at 3:48 PM +0000, Dmitry ***@***.***>, wrote:
I have searched the existing feature requests to make sure this is not a duplicate request.
• Yes
The feature
When sending a Webhook, it would be cool to send authorization data, for example, basic auth or api key
For example
webhooks:
- url: "https://your-webhook-endpoint.com"
event: asset.new
login: login
password: password
or
webhooks:
- url: "https://your-webhook-endpoint.com"
event: asset.new
api-key: key
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I'll add this in a patch soon 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in #215 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
When sending a Webhook, it would be cool to send authorization data, for example, basic auth or api key
For example
or
Beta Was this translation helpful? Give feedback.
All reactions