You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently a PR #1359 and issue #1358 to expose common utilities, including a signature validation function .
This issue suggests creation of a signature validation function that is less tightly coupled to the request than the function that will be exposed in #1359.
With the existing function, it becomes difficult to use with nest.js or other frameworks that modify incoming requests. Ideally this function would take the request body + headers, and signing secret. It would then perform the validation and if successful return the webhook's event object.
What type of issue is this? (place an x in one of the [ ])
bug
enhancement (feature request)
question
documentation related
example code related
testing related
discussion
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
Description
There is currently a PR #1359 and issue #1358 to expose common utilities, including a signature validation function .
This issue suggests creation of a signature validation function that is less tightly coupled to the request than the function that will be exposed in #1359.
With the existing function, it becomes difficult to use with nest.js or other frameworks that modify incoming requests. Ideally this function would take the request body + headers, and signing secret. It would then perform the validation and if successful return the webhook's event object.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: