John Guidry

Results 1 issues of John Guidry

Proposing a new `Webhooks` helper module for smoothing out integration tasks. First item would be a helper to verify signed webhook requests. Example --- ```ruby begin Recurly::Webhooks.verify_signature(header, secret: ENV['WEBHOOKS_KEY'], body:...