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 PresentationGenerator #172

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented Nov 14, 2023

What this PR changes/adds

This PR implements a PresentationGenerator mechanism, that allows to create LDP-VPs and JWT-VPs alike.
The PresentationGenerator delegates out to a registry, that contains a JwtPresentationCreator and a LdpPresentationCreator. This is necessary, because VPs could be requested in either format.

Why it does that

Presentation Flow

Further notes

DIF Presentation Exchange is not yet supported!

Linked Issue(s)

Closes #154

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

@paullatzelsperger paullatzelsperger marked this pull request as ready for review November 14, 2023 09:22
@paullatzelsperger paullatzelsperger marked this pull request as draft November 14, 2023 09:31
@paullatzelsperger paullatzelsperger marked this pull request as ready for review November 14, 2023 17:30
Copy link
Contributor

@wolf4ood wolf4ood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM just a minor nit

…ub/core/creators/JwtPresentationCreator.java

Co-authored-by: Enrico Risa <enrico.risa@gmail.com>
@paullatzelsperger paullatzelsperger merged commit 3d5c122 into eclipse-edc:main Nov 15, 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 PresentationGenerator module
3 participants