Skip to content

ialmoqren/webhook_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Testing Webhook Validation Key

  • Install Docker and ngrok

  • Run the flask app

docker-compose up
  • Expose flask app to the internet:
ngrok http 8000
  • Create a new webhook subscription with the URL that ngrok gives set as an endpoint.

  • Change the value of SIGNATURE_HEADER_NAME and VALIDATION_KEY to the correct values.

  • Trigger some events, and you should see "signature_is_valid=True" in the logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published