We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PresentationApi should filter out all "invalid" credentials, i.e. credentials that are expired, revoked or suspended.
PresentationApi
Verifiers will most likely reject presentations with invalid credentials
We could adopt a multi-layered approach here:
The text was updated successfully, but these errors were encountered:
paullatzelsperger
No branches or pull requests
Feature Request
The
PresentationApi
should filter out all "invalid" credentials, i.e. credentials that are expired, revoked or suspended.Which Areas Would Be Affected?
PresentationApi
Why Is the Feature Desired?
Verifiers will most likely reject presentations with invalid credentials
Solution Proposal
We could adopt a multi-layered approach here:
The text was updated successfully, but these errors were encountered: