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
Implement a CredentialStore that serves as data retention service for VerifiableCredentialResource entities. The structure of the VerifiableCredentialResource is defined in the architecture documentation
The following operations are needed:
create: insert a new VC. Will be relevant for VC issuance
query(QuerySpec): get VCs for read access
update: overwrite a VC
delete: remove a VC from storage
The implementation should contain at least an in-mem backend, Postgres will come later.
WHY
The identity hub needs to be able to store VerifiableCredential entities.
The text was updated successfully, but these errors were encountered:
WHAT
Implement a
CredentialStore
that serves as data retention service forVerifiableCredentialResource
entities. The structure of theVerifiableCredentialResource
is defined in the architecture documentationThe following operations are needed:
create
: insert a new VC. Will be relevant for VC issuancequery(QuerySpec)
: get VCs for read accessupdate
: overwrite a VCdelete
: remove a VC from storageThe implementation should contain at least an in-mem backend, Postgres will come later.
WHY
The identity hub needs to be able to store VerifiableCredential entities.
The text was updated successfully, but these errors were encountered: