-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What type of request is this?
New feature idea
Clear and concise description of the feature you are proposing
At present, it looks like OwlRelay uses it's own custom webhook signature mechanism, based on the X-Signature setup. As an alternative, you could use the Standard Webhooks specification, which would also allow for OwlRelay to use asymmetrical signatures (e.g., OwlRelay has a private key for signing, and your application has a public key for verifying the signature) — Standard Webhooks also supports the shared secret model that you're currently using.
Additional context
I think this could give a boost to OwlRelay and make it easier to build client libraries, as the verification of the webhooks would have a standard that can be referenced.
Validations
- Check the feature is not already implemented in the project.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Check that the feature is technically feasible and aligns with the project's goals.
karlhorky
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request