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
When the query resolver collects all verifiable credentials to be packaged into a presentation, it should filter out expired ones and revoked/suspended ones.
Note that this must be done in-memory, because the revocation check potentially requires a remote call.
The text was updated successfully, but these errors were encountered:
paullatzelsperger
changed the title
perform the validity check on egress, simply filtering out invalid credentials. This is the simplest way, but may introduce additional latency.
Presentation API: Filter expired/revoked credentials on egress
May 6, 2024
When the query resolver collects all verifiable credentials to be packaged into a presentation, it should filter out expired ones and revoked/suspended ones.
Note that this must be done in-memory, because the revocation check potentially requires a remote call.
The text was updated successfully, but these errors were encountered: