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
Describe the bug
VPs encoded as JWTs as per the vc-jwt spec should utilize the iss property to represent the holder. The implementation currently uses the sub property, which is incorrect.
Describe the bug
VPs encoded as JWTs as per the vc-jwt spec should utilize the
iss
property to represent the holder. The implementation currently uses thesub
property, which is incorrect.To Reproduce
Sample JWT VP generated by the impl:
which decodes to
The text was updated successfully, but these errors were encountered: