Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer] [Resend] Add Resend webhook signature verification#54525
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Mailer] [Resend] Add Resend webhook signature verification#54525
Uh oh!
There was an error while loading.Please reload this page.
Conversation
3881e5e toeede9c5ComparewelcoMattic commentedApr 8, 2024
Unrelated tests failures |
src/Symfony/Component/Mailer/Bridge/Resend/Webhook/ResendRequestParser.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
9d8357b toe951137Compare
fabpot left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Are you still waiting for more test payloads?
src/Symfony/Component/Mailer/Bridge/Resend/Webhook/ResendRequestParser.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
welcoMattic commentedApr 17, 2024
@fabpot I was waiting for this first one, I'm quite confident about this one and the signature verification code (I get it from the officialResend PHP SDK). Can we merge as it is, and add more webhook tests later if needed? |
e951137 to8daa804Comparefabpot commentedApr 17, 2024
Thank you@welcoMattic. |
Follow up of#53554. At this time I missed webhook signature verification. To complete the Bridge before 7.1 release, here it is!
I plan to add more webhook payloads in test, I asked Resend to send me example, because some are tough to reproduce.