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

Implement DeferredIssuer #268

Merged

Conversation

babisRoutis
Copy link
Contributor

Closes #267

This PR implements the DeferredIssuer as described in the related issue.

In addition, in the test section of the library there are some extension to allow the wallet implementer to store in JSON all the information needed in order to be able to query deferred endpoint at a later time.

There is the significant constraint that this later time cannot exceed the expiration of refresh_token

@babisRoutis babisRoutis added feature New feature or request draft13 labels Jun 27, 2024
@babisRoutis babisRoutis added this to the openid4vci-kt v0.3.2 milestone Jun 27, 2024
@babisRoutis babisRoutis requested a review from a team as a code owner June 27, 2024 14:25
@babisRoutis babisRoutis merged commit 2533763 into eu-digital-identity-wallet:main Jun 27, 2024
4 checks passed
@babisRoutis babisRoutis deleted the feat/deferred-issuer branch June 27, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft13 feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Be able to query deferred endpoint in a later time (bound to refresh_token expiration)
1 participant