mpdavis / python-jose

A JOSE implementation in Python
MIT License
1.54k stars 235 forks source link

resolves #321, Added support for passing additional headers in JWE encryption. #323

Open debanshuk opened 1 year ago

debanshuk commented 1 year ago

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.

debanshuk commented 1 year ago

I'll request maintainers of the repo to approve the waiting workflow (for linting) and also to review the PR.

debanshuk commented 1 year ago

Friendly nudge to look into this PR.

debanshuk commented 1 year ago

Any update on this?

cc: @mpdavis

debanshuk commented 1 year ago

Any update on this?

debanshuk commented 7 months ago

@mpdavis / other-maintainers, Any update on this? The PR is now open for more than 6 months.

Jarmos-san commented 5 months ago

Looks like the project is not maintained anymore? I hope someone forks the project for further maintainance.