Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhook Signature Verification #90

Merged
merged 5 commits into from Aug 29, 2017

Commits on Aug 28, 2017

  1. Add signing_secret for verifying webhooks

    This configuration value is used to verify the cryptographic signature
    of a Stripe webhook. This commit also updates the webhook controller to
    verify the signature. See Stripe for more details:
    
    https://stripe.com/docs/webhooks#signatures
    mjc-gh committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    1c38eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f34ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b59c76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    806c572 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Refactor secret_signing specs

    mjc-gh committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    01ffaa8 View commit details
    Browse the repository at this point in the history