openwallet-foundation-labs / sd-jwt-python

A Python implementation of the Selective Disclosure JWT (SD-JWT) spec.
Apache License 2.0
12 stars 10 forks source link

Added option for modifying JWT header #5

Closed danielfett closed 9 months ago

danielfett commented 10 months ago

This allows for inclusion of extra header parameters like kid using the YAML key extra_header_parameters (a dict). See https://github.com/vcstuff/oauth-sd-jwt-vc/issues/99