Skip to content

Conversation

Copy link

Copilot AI commented Feb 10, 2026

Wallet credentials now display their revocation status. Previously, the wallet view showed only credential type and issuer, with no visibility into whether credentials were active, expired, or revoked.

Backend

  • Changed credentialsInWallet to use SearchVCs API instead of GetCredentialsInWallet to retrieve revocation metadata
  • WalletCredentials field now returns IssuedCredential (includes status) instead of plain VerifiableCredential
  • Status determined by checking searchResult.Revocation and expiration date

Frontend

  • Added "Status" column to wallet credentials table in IdentityDetails.vue
  • Color-coded display: active (green), expired (gray), revoked (red)
  • Matches styling pattern used in issued credentials view

All credentials are displayed regardless of revocation status, with their current state visible at a glance.

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:

  • accounts.google.com
    • Triggering command: `/tmp/go-build3966306095/b351/oidc.test /tmp/go-build3966306095/b351/oidc.test -test.testlogfile=/tmp/go-build3966306095/b351/testlog.txt -test.paniconexit0 -test.timeout=10m0s /tmp/go-build3966306095/b242/vet.cfg x64/src/runtime/cgo d to fetch credentials with status (active/expired/revoked)
  • Updated identity service to use Se-unsafeptr=false` (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Wallet doesn't show revoked credentials</issue_title>
<issue_description>When the issuer revokes a credential, it's not shown in the wallet (identity detail view) any more. Required changes:

  • Add "status" column which is "active", "expired" or "revoked"
  • Show credential in the list, regardless of its revocation status</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 10, 2026 08:55
- Modified backend to fetch credentials with status (active/expired/revoked)
- Updated identity service to use SearchVCs instead of GetCredentialsInWallet
- Added status column to wallet credentials table in IdentityDetails.vue
- Applied color coding: active=green, expired=gray, revoked=red
- Credentials are now shown regardless of revocation status

Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
- Fix error handling in credentialsInWalletWithStatus to use separate variable for HTTP error
- Add space after switch keyword in statusClass method

Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Copilot AI changed the title [WIP] Add status column for revoked credentials in wallet Add status column to wallet credentials Feb 10, 2026
Copilot AI requested a review from reinkrul February 10, 2026 09:00
@reinkrul
Copy link
Member

reinkrul commented Feb 10, 2026

This requires nuts-foundation/nuts-node#4010, otherwise the listing only returns non-expired/revoked credentials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wallet doesn't show revoked credentials

2 participants