A new version of SD-JWT/SD-JWT-VC is released.

* SD-JWT-VC templates
* Support SD-JWT-VC type metadata resolution, including recursive resolution of parent definitions
* New generic DSL for declaring the disclosure properties of Verifiable Credentials (including SD-JWT)
* New Validator for SD-JWT-VC
* Enhanced the existing SdJwtVcVerifier.

https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt/releases/tag/v0.14.0

#eudi
#kotlin
#sdjwt
#sdjwtvc

Release v0.14.0 · eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt

❗ Important! This release brings some powerful additions to the library, introducing some breaking changes to the public API that cannot be avoided. Scope Notable new features: SD-JWT-VC templates...

GitHub

Do "Digital Credentials API", "OID4VP", "mdoc", and "SD-JWT-VC" mean anything to you? If so, I've got a new open source project that might interest you 👀

npm install @simpledigicreds/server
deno add jsr:@simpledigicreds/server

Features include:

  • Unencrypted requests
  • Unencrypted responses
  • Encrypted responses (following OID4VC HAIP)
  • Stateless presentation verification

A docs site is Coming Soon™, so for now check out the README for a Getting Started guide:

Feedback welcome at https://github.com/MasterKale/SimpleDigiCreds 😀

#digitalcredentials #oid4vp #mdoc #sdjwtvc

@simpledigicreds/server

Part of a collection of TypeScript-first libraries for simpler Digital Credential presentation and verification. Pairs with @simpledigicreds/browser. Latest version: 0.5.0, last published: 15 minutes ago. Start using @simpledigicreds/server in your project by running `npm i @simpledigicreds/server`. There are no other projects in the npm registry using @simpledigicreds/server.

npm

Published v0.6.0 of SD-JWT library.

- Aligns JWS JSON representation of SD-JWT with draft 12
- Aligns web resolution of issuer's public key to draft 4 of SD-JWT-VC. No more DNS URIs

https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt/releases/tag/v0.6.0

#eudi
#kotlin
#sdjwt
#sdjwtvc

Release v0.6.0 · eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt

What's Changed Upgrade dependencyCheck by @babisRoutis in #213 Update setup-gradle github action by @babisRoutis in #215 Remove support for iss to be DNS URI by @babisRoutis in #216 Update JWS JSO...

GitHub

Published new version of
eudi-lib-jvm-sdjwt-kt which adds SD-JWT verifiers (for issued and presented credentials) especially for SD-JWT-VC format.

Issuer pub keys are obtained automatically, as per SD-JWT-VC spec.

https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt/releases/tag/v0.4.0

#eudi #sdjwt #sdjwtvc #kotlin

Release v0.4.0 · eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt

What's Changed Replaced ECKey with AsymmetricJWK to get PublickKey by @ydanneg in #187 Make verifications suspendable. by @dzarras in #190 Add SD-JWT-VC verifier by @babisRoutis in #191 New Contr...

GitHub