DEV Community

Discussion on: Handling stripe webhooks with Ruby on Rails

Collapse
 
maxencehenneron profile image
Maxence Henneron

Thank you for sharing this. However, your implementation seem to lack signature verification, which is a security flow. That's the reason I suggested using the StripeEvent gem instead of implementing it manually :)