fix(sdjwt): add "~" to serialized SDJWTs without keybinding#100
fix(sdjwt): add "~" to serialized SDJWTs without keybinding#100romano21A wants to merge 1 commit intotrustbloc:mainfrom
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to some user(s) on file. Please see the contribution guidelines to sign the CLA. |
Signed-off-by: Roman <mail.romano21A@gmail.com>
d87dd3f to
0b009c3
Compare
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to some user(s) on file. Please see the contribution guidelines to sign the CLA. |
|
Sorry for closing and reopening, I had just found the old version of the spec where the combined format for issuance did indeed not have a tilde at the end and thought my issue/pull request was wrong. |
Fixes #99.
It may break code which has added the
~manually till now. I ran all the tests undersdjwtand updated them if necessary.