openwallet-foundation-labs / sd-jwt-python

A Python implementation of the Selective Disclosure JWT (SD-JWT) spec.
Apache License 2.0
12 stars 10 forks source link

Generated sd-jwts are not verifiable with https://sdjwt.org/ (Issue here or at sdjwt.org ?) #21

Open muc2003 opened 1 month ago

muc2003 commented 1 month ago

Verifying the generated SD-JWT against sdjwt.org does not verify EC-signatures. The content is recognized correctly.

Experimenting with RSA-Signature (which are used in the sdjwt.org examples) resulted in the situation described in issue #20.