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

Add 3 simpler examples #179

Conversation

vafeini
Copy link
Contributor

@vafeini vafeini commented Apr 1, 2024

Adds the following simpler examples:

  • WalletInitiatedIssuanceUsingAuthorizationFlow
  • OfferBasedIssuanceUsingAuthorizationFlow
  • OfferBasedIssuanceUsingPreAuthorizationFlow

@vafeini vafeini requested a review from a team as a code owner April 1, 2024 10:06
@babisRoutis babisRoutis force-pushed the feat/rearrange_examples branch 2 times, most recently from b943e93 to fed1386 Compare April 5, 2024 21:34
private val actingUser = ActingUser("tneal", "password")

fun main(): Unit = runBlocking {
val credentialConfigurationIds = listOf(PID_SdJwtVC_config_id, PID_MsoMdoc_config_id, MDL_config_id)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to demonstrate 3 credentials?
We already have such an example.

Perhaps a single credential is enough

@babisRoutis
Copy link
Contributor

@vafeini Please rebase with main

@babisRoutis babisRoutis merged commit f2721de into eu-digital-identity-wallet:main Apr 8, 2024
4 checks passed
@babisRoutis babisRoutis deleted the feat/rearrange_examples branch April 8, 2024 08:41
@babisRoutis babisRoutis added this to the openid4vci-kt v0.2.0 milestone Apr 8, 2024
@babisRoutis babisRoutis added documentation Improvements or additions to documentation feature New feature or request draft13 labels Apr 8, 2024
@babisRoutis babisRoutis changed the title Rearrange examples Add 3 simpler examples Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation draft13 feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants