Skip to content
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

Presentation API: Filter expired/revoked credentials on egress #338

Closed
Tracked by #335
paullatzelsperger opened this issue May 6, 2024 · 0 comments · Fixed by #341
Closed
Tracked by #335

Presentation API: Filter expired/revoked credentials on egress #338

paullatzelsperger opened this issue May 6, 2024 · 0 comments · Fixed by #341
Labels
triage all new issues awaiting classification

Comments

@paullatzelsperger
Copy link
Member

paullatzelsperger commented 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.

@github-actions github-actions bot added the triage all new issues awaiting classification label May 6, 2024
@paullatzelsperger 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage all new issues awaiting classification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant