-
Notifications
You must be signed in to change notification settings - Fork 47
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/mdoc sd jwt vc wallet backend #634
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nd' into feat/mdoc-sd-jwt-vc-wallet-backend
…ture config, remove duplicate instantiation of jwk key for interop tests, ...
15 tasks
…o use same examples in e2e tests
consistent vct type, match vct type (needs review)
consistent vct type, match vct type (needs review)
mikeplotean
previously approved these changes
Aug 1, 2024
waltid-services/waltid-issuer-api/src/main/kotlin/id/walt/issuer/issuance/CIProvider.kt
Outdated
Show resolved
Hide resolved
waltid-services/waltid-issuer-api/src/test/kotlin/id/walt/LspPotentialTest.kt
Outdated
Show resolved
Hide resolved
...ices/waltid-wallet-api/src/main/kotlin/id/walt/webwallet/service/exchange/IssuanceService.kt
Show resolved
Hide resolved
.../waltid-wallet-api/src/main/kotlin/id/walt/webwallet/service/oidc4vc/TestCredentialWallet.kt
Outdated
Show resolved
Hide resolved
.../waltid-wallet-api/src/main/kotlin/id/walt/webwallet/service/oidc4vc/TestCredentialWallet.kt
Outdated
Show resolved
Hide resolved
.../waltid-wallet-api/src/main/kotlin/id/walt/webwallet/service/oidc4vc/TestCredentialWallet.kt
Outdated
Show resolved
Hide resolved
.../waltid-wallet-api/src/main/kotlin/id/walt/webwallet/service/oidc4vc/TestCredentialWallet.kt
Outdated
Show resolved
Hide resolved
waltid-services/waltid-e2e-tests/src/test/kotlin/LspPotentialVerification.kt
Outdated
Show resolved
Hide resolved
waltid-services/waltid-issuer-api/src/main/kotlin/id/walt/issuer/issuance/IssuanceExamples.kt
Outdated
Show resolved
Hide resolved
severinstampler
dismissed
mikeplotean’s stale review
August 1, 2024 18:43
The merge-base changed after approval.
mikeplotean
previously approved these changes
Aug 1, 2024
severinstampler
dismissed
mikeplotean’s stale review
August 1, 2024 19:33
The merge-base changed after approval.
philpotisk
previously approved these changes
Aug 2, 2024
severinstampler
dismissed
philpotisk’s stale review
August 2, 2024 08:55
The merge-base changed after approval.
fix issuance of bogus/demo credential if no holder did is supplied in issuance request fix default values in sample data, that were reflected in final credential fix adding additionally specified headers and payload properties to issued sd-jwt credentials refactor adding default meta properties to sd-jwt vcs
Quality Gate passedIssues Measures |
mikeplotean
approved these changes
Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support for mdoc and SD-JWT-VC / HAIP profile of OpenID issuance and verification specs in wallet-backend.