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
However this should fail, "issuer": "", and "issuanceDate": "" should not be empty strings, but should either be the corresponding values to the iss and nbf, OR they should not exist at all.
I think some json flag needs to be turned on so if they are empty strings to just not produce them at all
The text was updated successfully, but these errors were encountered:
Not sure if they're indeed duplicated (nor which would be the "correct" way that the project is following). Is it worth consolidating? I can send a PR, if it makes sense, wanted to grab an easy first issue.
https://github.com/TBD54566975/web5-go/blob/main/vc/vcjwt_test.go
If we look at the "correct" test in the vcjst_test.go we see that this one passes:
However this should fail, "issuer": "", and "issuanceDate": "" should not be empty strings, but should either be the corresponding values to the iss and nbf, OR they should not exist at all.
I think some json flag needs to be turned on so if they are empty strings to just not produce them at all
The text was updated successfully, but these errors were encountered: