-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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 Decoding: expirationDate #7
Comments
This was attempted to be fixed in w3c/vc-data-model#719. |
I believe that @vpapanchev 's observation is correct. |
can this be closed as a duplicate of issue #39? |
closing as dupe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I believe there is a small mistake in the JWT Decoding section.
It says that the exp property of a JWT Credential must be used to set the value of the expirationDate of credentialSubject of the new JSON object.
If I am not mistaken, it should be used to set the value of the expirationDate of the new credential JSON object.
The text was updated successfully, but these errors were encountered: