Content pfp
Content
@
0 reply
0 recast
0 reaction

Stephan pfp
Stephan
@stephancill
i have a server that receives webhooks from telegram - i want to forward these requests to a 3rd party app in a way that they can independently verify the integrity of the data and respond to me with a message what's the best way of doing this with low latency?
8 replies
5 recasts
44 reactions

gitaalekhyapaul.eth | .polygon pfp
gitaalekhyapaul.eth | .polygon
@gitaalekhyapaul
You can generate a key pair for each client 3rd party app and then use that to create a digest of the webhook data and send it to the 3rd party clients. Then the clients can verify the digital signature using the API key.
1 reply
0 recast
0 reaction

Stephan pfp
Stephan
@stephancill
That would require the 3rd party to trust me not to modify the webhook data no?
1 reply
0 recast
0 reaction

gitaalekhyapaul.eth | .polygon pfp
gitaalekhyapaul.eth | .polygon
@gitaalekhyapaul
Since you're acting as a proxy anyways, isn't that kind of obvious that there has to be a trust assumption between the 3rd party clients and your backend? Just strying to understand more about the implementation and the goal here...
0 reply
0 recast
0 reaction