You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if vc.verify(presentation) had an option to validate only the presentation, without verifying the embedded credentials.
The reason behind this is that in some workflows, credentials may be validated separately, and we only need to verify the presentation, such as:
The challenge
The signature
The issued date (?)
That the holder of the VP matches the subject of the enclosed VCs (?)
Other VP validations
Would you consider supporting this use case (e.g., with a skipCredentialVerification flag)?