Bryan Helmig
Bryan Helmig
Any news on this?
Hey Bertand, I haven't thought about doing much more with this library. I might just recommend copying the directory into your project and using it like any other app of...
My email should be verified.
This isn't maintained any more. I did remove the erroneous JIRA check though.
> The main issue I see is having the same shared secret between webhooks. Where do you store that? Normally you'd reach for something like an environment variable here, just...
This is unlikely to get prioritized by us @leiserfg -- if you fork and implement it we are happy to help you get it into mainline -- pull requests are...
Hmmm, nice! Does it pass tests on Python 3?
Let me get a Travis-CI build going and merge after that.
What level of security are you looking for here? So that the receiver can verify the authenticity of the webhooks?
Pretty interesting. I'm not sure I'd advocate adding a column for that though. Consider an alternative - a shared secret combined with [hmac](https://docs.python.org/2/library/hmac.html) hashing could accomplish the same thing without...