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

feat: add CredentialStore + inmem implementation #164

Merged

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented Nov 6, 2023

What this PR changes/adds

This PR adds a CredentialStore interface plus an In-Memory implementation for it, which is the default.

Why it does that

Subsequent work items (#153, #154) will depend on a storage backend for VerifiableCredentials.

Further notes

Linked Issue(s)

Closes #163

_Please be sure to take a look at the contributing guidelines and our [etiquette for pull requests](https://g>

@paullatzelsperger paullatzelsperger added enhancement New feature or request dcp labels Nov 6, 2023
@paullatzelsperger paullatzelsperger marked this pull request as ready for review November 6, 2023 13:48
@paullatzelsperger paullatzelsperger force-pushed the feat/163_credentialstore branch 6 times, most recently from 8d6296b to a243573 Compare November 6, 2023 17:13
@paullatzelsperger paullatzelsperger merged commit d47d56d into eclipse-edc:main Nov 7, 2023
12 checks passed
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 this pull request may close these issues.

IATP: Implement Credential Store
4 participants