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
The "nbf" field in JWT VCs contains a milliseconds part that will lead to interopt issues with JSON-LD. Same may be true for "iat" and "exp" fields.
#486
As brought up by @awoie noticing the issue in a downstream lib (Rebase), the "nbf", "iat", and "exp" fields in SSI produced JWT VCs need to be an epoch time in seconds, but currently contain a milliseconds part. If I understand correctly, this will lead to issues with JSON-LD inter-opt.
If I do not understand correctly, feel free to close this issue!
The text was updated successfully, but these errors were encountered:
As brought up by @awoie noticing the issue in a downstream lib (Rebase), the "nbf", "iat", and "exp" fields in SSI produced JWT VCs need to be an epoch time in seconds, but currently contain a milliseconds part. If I understand correctly, this will lead to issues with JSON-LD inter-opt.
If I do not understand correctly, feel free to close this issue!
The text was updated successfully, but these errors were encountered: