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

IATP: Implement Credential Store #163

Closed
Tracked by #150
paullatzelsperger opened this issue Nov 6, 2023 · 0 comments · Fixed by #164
Closed
Tracked by #150

IATP: Implement Credential Store #163

paullatzelsperger opened this issue Nov 6, 2023 · 0 comments · Fixed by #164
Assignees
Labels
dcp enhancement New feature or request

Comments

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Nov 6, 2023

WHAT

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.

@paullatzelsperger paullatzelsperger self-assigned this Nov 6, 2023
@paullatzelsperger paullatzelsperger added enhancement New feature or request dcp labels Nov 6, 2023
@paullatzelsperger paullatzelsperger changed the title IATP: Implement Credential Store IATP: Implement Credential Store Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dcp enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant