Changes for v0.7.1 (2022-04-19) =============================== - Add typing information - Documentation improvements Changes for v0.7.0 (2022-04-14) =============================== - Use max-age, auto-cover Authorization header - Documentation improvements Changes for v0.6.0 (2022-04-12) =============================== - Support verifying responses - Documentation improvements Changes for v0.5.0 (2022-04-10) =============================== - Pass through verified body in VerifiedRequest Changes for v0.4.0 (2022-04-10) =============================== - Add require_components to verify; expand docs Changes for v0.3.0 (2022-04-10) =============================== - Update package to follow the latest draft - Test and release infrastructure updates Changes for v0.2.0 (2020-08-29) =============================== - Implemented support for (created) and (expires) special headers (#14) - Raise informative error when unable to compute body digest Changes for v0.1.0 (2018-11-05) =============================== - Support using a Signature header instead of Authorization header. - Add RSA512 algorithm. Changes for v0.0.3 (2017-09-19) =============================== - HTTPSignatureAuth.verify: Rely only on request.url, not path\_url - Docs improvements (PR #1 from kennethreitz/patch-1) Changes for v0.0.2 (2017-08-22) =============================== - Require key ID - Make verify a class method for clarity Changes for v0.0.1 (2017-08-22) =============================== Initial release.