Skip to content
New issue

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

requests-http-signature #4249

Closed
kislyuk opened this issue Aug 22, 2017 · 4 comments
Closed

requests-http-signature #4249

kislyuk opened this issue Aug 22, 2017 · 4 comments

Comments

@kislyuk
Copy link

kislyuk commented Aug 22, 2017

I have published a new PyPI module, https://github.com/kislyuk/requests-http-signature, to implement the IETF draft for HTTP signatures (https://tools.ietf.org/html/draft-cavage-http-signatures-07). This draft RFC formalizes the use of symmetric (HMAC-SHA1, HMAC-SHA256) and asymmetric (RSA-SHA256, ECDSA-SHA256) message signing in HTTP.

Is there interest in bringing this module under the requests organization?

@Lukasa
Copy link
Member

Lukasa commented Aug 22, 2017

Very nice work! For the moment I think it would be best to keep it separate; this ensures we don't bottleneck on the limited resources of the Requests team. However, if there is significant uptake and you no longer have the resources to do solo maintainership please let us know and we'll re-evaluate.

@Lukasa Lukasa closed this as completed Aug 22, 2017
@kislyuk
Copy link
Author

kislyuk commented Aug 24, 2017

For reference, here is an issue tracking HTTP Signatures standard finalization: w3c-ccg/http-signatures#1

@kennethreitz
Copy link
Contributor

We should have a document in our docs for modules like this

@kennethreitz
Copy link
Contributor

#4267

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants