-
Notifications
You must be signed in to change notification settings - Fork 286
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
Validate webhook using signature instead of re-fetching the event #523
Comments
@tysonclugg what's the status of your branch? Will it be going to PR soon? As an interested user, I'd love to see this in a release. |
@tstirrat15 I had some questions regarding updating the docs, which are partially answered. Aside from the docs, my branch is ready for review. |
Cool. Let me know if I can help in any way. |
@tysonclugg any updates? |
@tstirrat15 I'll have a look on Monday. |
Done in 0d6da79 |
Issue Summary
Stripe now provides webhook signatures so we can drop the old method of protecting against fake events posting to our endpoint by validating the event using the signature.
The text was updated successfully, but these errors were encountered: