-
Notifications
You must be signed in to change notification settings - Fork 21
Add includeInactive parameter to GetCredentialsInWallet API #4011
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
|
@copilot rename from |
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (3)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Renamed to Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|

Applications need visibility into expired/revoked credentials for cleanup and auditing, but the current API filters them out.
Changes
API
includeInactivequery parameter (boolean, defaultfalse) toGET /internal/vcr/v2/holder/{subjectID}/vctrue, returns all credentials including inactive ones (expired/revoked)Wallet Interface
ListAll(ctx, holderDID)method that bypasses validationList(ctx, holderDID)continues to filter expired/revoked credentialssqlWallet.ListAll()returns raw database results without verifier checksmemoryWallet.ListAll()identical toList()(no validation performed)Example
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.