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 verification of SHA256 signatures #18

Closed
jayaddison opened this issue Feb 23, 2022 · 0 comments · Fixed by #21
Closed

Add support for verification of SHA256 signatures #18

jayaddison opened this issue Feb 23, 2022 · 0 comments · Fixed by #21

Comments

@jayaddison
Copy link
Owner

Per the Wise webhook events documentation, a X-Signature-SHA256 HTTP header is available to verify the authenticity and integrity of webhook requests.

It'd be useful to provide a way to verify this within the library. Should the existing (deprecated) verification process be retained? At this small scale of the library's adoption I think perhaps not; better to shift to a more secure algorithm and encourage that while it's easy to make that kind of change.

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

Successfully merging a pull request may close this issue.

1 participant