Releases: bradshjg/flask-githubapp
Releases · bradshjg/flask-githubapp
Release list
Support for Flask 3
Non-Breaking Changes to GitHub Secret Verification
-
GITHUBAPP_SECRETcan now be set toFalseto skip verifying the signature of
the webhook payload. -
The
X-Hub-Signature-256header is now preferred for signature checking.
Previously,X-Hub-Signature(andsha1) were used to verify the payload.