eu-digital-identity-wallet / eudi-lib-jvm-sdjwt-kt

A library for issuing and verifying SD-JWT
Apache License 2.0
14 stars 4 forks source link

Migrate to draft 8 #170

Closed babisRoutis closed 3 months ago

babisRoutis commented 4 months ago

It seems that there is a new draft (8) for the SD-JWT specification.

In general I have the impression that there are no changes to the implementation except some minor updates to the examples and the removal of the prohibition on using HMAC.

babisRoutis commented 4 months ago

I think that migration to draft 8 can be delivered as a minor fix version, so no changes will be needed

dzarras commented 3 months ago

@babisRoutis Check this diff: https://author-tools.ietf.org/iddiff?url1=draft-ietf-oauth-selective-disclosure-jwt-07&url2=draft-ietf-oauth-selective-disclosure-jwt-08&difftype=--html

In draft8, enveloped SD-JWTs (draft7 Section 10) seems to have been removed.

babisRoutis commented 3 months ago

@babisRoutis Check this diff: https://author-tools.ietf.org/iddiff?url1=draft-ietf-oauth-selective-disclosure-jwt-07&url2=draft-ietf-oauth-selective-disclosure-jwt-08&difftype=--html

In draft8, enveloped SD-JWTs (draft7 Section 10) seems to have been removed.

Good catch Dimitri. Somehow I totally missed that