SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

Feature request: webhook validation helper #73

Open tstirrat15 opened 5 years ago

tstirrat15 commented 5 years ago

Both twilio and stripe provide wrappers around the logic for webhook authentication. Sift provides docs, which are good, but I found that setting up webhook authentication is fiddly enough that it'd be really nice to have a function that takes payload + header + key and spits out a boolean so that it's abstracted away from the user.