Open
Description
When a Vc is refreshed should time sensitive properties such as:
expirationDate
refreshService.validUntil
refreshService.validAfter
be updated? If these time values should be updated, who decides the new interval?
Server Side interval algorithms:
- Should the interval be calculated using the
issuanceDate
and the originalexpirationDate
orvalidUntil
date? - Should a refresh service have predetermined values for
validUntil
andvalidAfter
defined in seconds after the current date?
Client Side interval algorithms (seems weak):
- when posting to the refresh service an options object is provided with
validUntil
&validAfter
and maybeexpirationDate
. - A
VerifiablePresentationRequest
with query from the refresh service could ask for a Vc signed by the issuer or refresh service providing the intervals for the refresh. (this ties in with issue: Does the spec need normative statements for the Verifiable Presentation Request? #5)
Can a Vc with only refreshService.validAfter
defined by refreshed indefinitely once the validAfter
date has occurred?
Metadata
Metadata
Assignees
Labels
No labels