We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+jwt
iat
A media type of +jwt implies conformance to JWT, however the test suite currently contains examples with iat being a string.
This causes off the shelf jwt libraries to fail.
Fix the test suite so that setting an invalid iat causes a failure.
The text was updated successfully, but these errors were encountered:
Also, the JSON-LD context for v2 clearly states that iat is a non negative integer:
https://github.com/w3c/vc-data-model/blob/main/contexts/credentials/v2#L313
Sorry, something went wrong.
Can you file an issue on this in https://github.com/w3c/vc-jose-cose-test-suite ? Thanks.
This seems to be an issue with the test suite rather than with the specification. I am moving this issue there.
No branches or pull requests
A media type of
+jwt
implies conformance to JWT, however the test suite currently contains examples withiat
being a string.This causes off the shelf jwt libraries to fail.
Fix the test suite so that setting an invalid
iat
causes a failure.The text was updated successfully, but these errors were encountered: