- Add typing information
- Documentation improvements
- Use max-age, auto-cover Authorization header
- Documentation improvements
- Support verifying responses
- Documentation improvements
- Pass through verified body in VerifiedRequest
- Add require_components to verify; expand docs
- Update package to follow the latest draft
- Test and release infrastructure updates
- Implemented support for (created) and (expires) special headers (#14)
- Raise informative error when unable to compute body digest
- Support using a Signature header instead of Authorization header.
- Add RSA512 algorithm.
- HTTPSignatureAuth.verify: Rely only on request.url, not path_url
- Docs improvements (PR #1 from kennethreitz/patch-1)
- Require key ID
- Make verify a class method for clarity
Initial release.