-
Notifications
You must be signed in to change notification settings - Fork 34
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
Why a message signature instead of using the Authorization header? #110
Comments
Because an |
@zekth I think I am aware of that difference. Why do I need to sign the message when I have |
@reda-alaoui, there are two questions here: the first whether to use the Authorization header, and the second, maybe to use a token (rather than a signature) - but not in the Authorization header. This was a bit of a brain dump so it may not be super clear. I've been meaning to do a better write up but haven't gotten to it yet. Feel free to ask follow up questions if you have any! |
This is a question I have always asked myself regarding webhooks.
Why not let the sender pass a token (originally crafted by the receiver) via the
Authorization
header?The text was updated successfully, but these errors were encountered: