-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add revoked
and expires
properties to JsonWebKey context.
#184
Changes from all commits
e3fef8e
aded2d6
2d1726e
b298c49
c4aede2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -207,9 +207,11 @@ property: | |||||||||||||
range: xsd:dateTime | ||||||||||||||
|
||||||||||||||
- id: expires | ||||||||||||||
label: Proof expiration time | ||||||||||||||
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-expires | ||||||||||||||
domain: sec:Proof | ||||||||||||||
label: Expiration time for a proof or verification method | ||||||||||||||
defined_by: https://www.w3.org/TR/vc-data-integrity/#defn-proof-expires | ||||||||||||||
domain: | ||||||||||||||
- sec:Proof | ||||||||||||||
- sec:VerificationMethod | ||||||||||||||
Comment on lines
+212
to
+214
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to @iherman in w3c/vc-data-model#1262 (comment)
Note that For the apparently intended union, where an entity with the property
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||||||
range: xsd:dateTime | ||||||||||||||
|
||||||||||||||
- id: nonce | ||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msporny this seems like a great places to remove confusion over "verification method revocation" and "credential revocation"... we get this question a LOT... and it would nice to be able to share a note to a comment regarding this. something like:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, I'll add that text to that effect in a future update to this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in c4aede2.