You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 issue aims add this support.
The text was updated successfully, but these errors were encountered:
debanshuk
added a commit
to debanshuk/python-jose
that referenced
this issue
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 injose.jws.sign()
method. But the same is not supported injose.jwe.encrypt()
method. This issue aims add this support.The text was updated successfully, but these errors were encountered: