Sphereon-Opensource / OID4VC

OpenID for Verifiable Credentials - modules for issuers, holders and RPs
Apache License 2.0
63 stars 19 forks source link

fix: add sd-jwt to issuer callback #86

Closed TimoGlastra closed 7 months ago

TimoGlastra commented 7 months ago

Adds CompactSdJwtVc to the return type of the signer callback.

It doesn't really impact things as you could already return CompactJwt (a string) and CompactSdJwtVc is also a string, but it's good when looking at the implemetnation for reference to see that SD-JWT is also supported