-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Spec now says:
- It is at the discretion of the Issuer whether to use
exp
claim and/or astatus
claim to express the validity period of an SD-JWT VC.
You can read this as "at least one of exp and status MUST be present", but you can also read it as "the issuer might decide to omit both exp and status". I'm not sure which is meant, but I think it would be good to have a clearer wording.
I'd tend to agree, I think in particular that MUST is not covered elsewhere.
I am not sure if the current language means "issuer can choose to use neither exp nor status" or if it means "issuer has to use at least one of exp & status"? That might be best handled in a new issue though.
Originally posted by @jogu in #165 (comment)