djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Use webhook signatures in Stripe backend #128

Closed smirolo closed 5 years ago

smirolo commented 6 years ago

Remove the code that retrieves the event in stripe_processor.views.StripeWebhook.post() and check the signature instead (See Stripe webhooks signatures).