-
The obejctive is to get a display "**inspired**" by https://jwt.io for VC in jwt_vc_json format and like https://sdjwt.info/ fo sd-jwt
when download VC we need to keep the same raw data but for dis…
-
Hi, I'm trying to use library in my Kotlin Multiplatform project and as I understand I should use `id.walt:waltid-sdjwt-jvm` module and repository: ` maven("https://maven.waltid.dev/")` is that correc…
-
Hey. I have a suggestion that I found can be a good utility.
As a developer I may want to process an SDJWT without verifying.
Having a helper function that would initialise a holder SdJwt, would…
-
Currently the `SdJwtVcVerifier` is not able to build a KeySource when there is `kid` header included in the signed JWT of the presentation. When a `kid` is included, However, the openid4vci spec recom…
-
I updated from draf 11 to draft 13 using the `sd-jwt-vc` credentials. My `credentialSignerCallback` implementation returned a compact jwt as string. But then I am getting this response:
```
endErr…
cre8 updated
3 months ago
-
Hey there,
I followed the installation guide using Python 3.9.2 on Windows.
However, after completing the installation, the command `flask --app app run --debug` raises the following error:
```…
-
Hi guys.
First pretty awesome work you guys did here, we are thinking in adding this credential type to our Identus, and found this repo.
Given that you forked the Jose library, to add functiona…
-
Hi.
Current version of the library including samples and tests verifies issuance with known Issuer's self-signed certificate only.
The real-world case will be that Issuer's certificate is signed b…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
c…
-
The current approach for decoy generation works by configuring a maximum number of decoys globally for an sd-jwt generation and then generating a random number of decoys for each sd-claim between 1 an…