resolves #321, Added support for passing additional headers in JWE encryption.
JWS and JWE, both spec have the provision of custom (i.e. user-defined) headers. python-jose supports passing custom headers in the headers parameter in jose.jws.sign() method. But the same is not supported in jose.jwe.encrypt() method. This pull-request adds this support.
I'll request maintainers of the repo to approve the waiting workflow (for linting) and also to review the PR.
Friendly nudge to look into this PR.
Any update on this?
cc: @mpdavis
Any update on this?
@mpdavis / other-maintainers, Any update on this? The PR is now open for more than 6 months.
Looks like the project is not maintained anymore? I hope someone forks the project for further maintainance.