Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for signing webhook requests #7

Open
raymond-h opened this issue Oct 15, 2020 · 0 comments
Open

Add support for signing webhook requests #7

raymond-h opened this issue Oct 15, 2020 · 0 comments

Comments

@raymond-h
Copy link
Collaborator

Would be great if whatever receives the webhook could somehow verify that the request is indeed coming from the bot.

An asymmetric keypair would be useful to only need a single private key in the bot itself to sign data with, while being able to give out the public key to anyone. With a symmetric key, one needs to be careful each webhook has its own key which needs to be kept securely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant