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: implement AccessTokenStore #3907

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

This PR adds the AccessTokenDataStore with an in-mem implementation and a Postgres-based
implementation.

Why it does that

preparatory work for Dataplane Signaling

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #3893

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added enhancement New feature or request dpf Feature related to the Data Plane Framework labels Feb 22, 2024
@paullatzelsperger paullatzelsperger force-pushed the feat/3893_implement_AccessTokenStore branch from 040acd0 to 19943c4 Compare February 22, 2024 12:42
@paullatzelsperger paullatzelsperger force-pushed the feat/3893_implement_AccessTokenStore branch from 19943c4 to 8853bbe Compare February 22, 2024 12:42
@paullatzelsperger paullatzelsperger marked this pull request as ready for review February 22, 2024 12:43
@paullatzelsperger paullatzelsperger merged commit 1120ba2 into eclipse-edc:main Feb 22, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dpf Feature related to the Data Plane Framework enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DPS: implement AccessTokenDataStore
3 participants