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

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

Closed
wants to merge 1 commit into from

Conversation

debanshuk
Copy link

@debanshuk debanshuk commented Jul 2, 2023

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 debanshuk changed the title #321, Added support for passing additional headers in JWE encryption. resolves #321, Added support for passing additional headers in JWE encryption. Jul 2, 2023
@debanshuk debanshuk closed this Jul 2, 2023
@debanshuk
Copy link
Author

I'll create a new pull-request with proper linking to the issue #321.

@debanshuk
Copy link
Author

Opened pull-request #323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant