decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
428 stars 130 forks source link

Support the new JWT-VC 2.0 format #1132

Open astanciu opened 1 year ago

astanciu commented 1 year ago

There's a newly released native JWT VC representation spec, Version 2, here: https://w3c.github.io/vc-jwt/#version-2

Some context available in this post here: https://self-issued.info/?p=2316

Any plans to support this in the @veramo/credential-w3c ? Or is this a question better asked in the underly package, did-jwt-vc?

mirceanis commented 1 year ago

Yes, we do plan to adopt the new spec as well.

The work will be mostly in did-jwt-vc, but we'll also have to make sure that everything works here too

astanciu commented 1 year ago

Hi, curious if there's any updates on this front. Or curious how vermao plans to implement JWT2 support. Will there be a config option to use v1.1 or v2 or will the library switch to support only v2? Any estimated timeframes or other dependencies that you are waiting on?

Thanks

mirceanis commented 1 year ago

Yes, we will be adding support for v2. It's still too early to talk about that support now or how that would look like in practice.

nickz-t3 commented 7 months ago

What is the state with this?