We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm looking at Content-Digest verification. Would it make sense to implement this as a helper in this library?
The text was updated successfully, but these errors were encountered:
Yes. There is a bit of tech debt: the other library that I maintain that depends on this one already implements content-digest verification (https://github.com/pyauth/requests-http-signature/blob/develop/requests_http_signature/__init__.py#L273-L288) but it is specific to the Requests API. I would like to move that code to a helper in this library and wire up the other one to use it.
PRs are welcome.
Sorry, something went wrong.
No branches or pull requests
I'm looking at Content-Digest verification. Would it make sense to implement this as a helper in this library?
The text was updated successfully, but these errors were encountered: