All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- End-to-end FastAPI examples
- Fixed
WebhookAuthsignature generation method call parameter order
- Remove erroneous
printinhttpx_auth.py
- Add
flake8-printto check forprintstatements
WebhookRouterforFastAPIusers to extendAPIRouterwith built-in webhook signature validation- Upload coverage report to Codecov
WebhookAuthinjects signed request body as a header forhttpx
- Initial release.
- Crypto module with support for generating and verifying signatures.