openwallet-foundation-labs / sd-jwt-js

A JavaScript implementation of the Selective Disclosure JWT (SD-JWT) spec.
https://sdjwt.js.org/
Apache License 2.0
36 stars 12 forks source link

fix: base64url convention #179

Closed lukasjhan closed 6 months ago

lukasjhan commented 6 months ago

I updated convention of base64url related functions. This will be a breaking changes on @sd-jwt/utils. Maybe applied PEX but It's not merged yet, So It will be fine.

It will close #178

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.02%. Comparing base (fec88f0) to head (244c831).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #179 +/- ## ======================================= Coverage 98.02% 98.02% ======================================= Files 23 23 Lines 2074 2074 Branches 307 307 ======================================= Hits 2033 2033 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.