Skip to content
Discussion options

You must be logged in to vote

If anyone has this issue, the solution is a little advanced but doable.

  1. Set up a "webhook" proxy server that forwards requests from memos and uses a shared key to create a signature based on the key plus the data payload.
  2. The proxy server then sends the modified request to the actual destination.
  3. The destination ensures that the signtature matches the expected signature to authenticate the request.

The gist is here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nick16180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant