GoodCloud / django-zebra

Forms, widgets, template tags and examples that make Stripe + Django easier.
MIT License
194 stars 68 forks source link

Add event verification to web hooks #41

Closed robbyt closed 8 months ago

robbyt commented 9 years ago

Based on https://stripe.com/docs/guides/subscriptions#verifying-events

lamby commented 8 years ago

A little scary this isn't on by default. Perhaps we should raise Forbidden instead so that hits various logging points?

lamby commented 8 years ago

(hm, or SuspiciousOperation..)