You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the form used by @Zicchio he deligns the removal of sd-jwt-python as project dependency.
@PascalDR I need you to individuate all the parts that still uses sd-jwt-python, their intended usage and I ask you to extend the current approach of @Zicchio 's sd_jwt.py including all the uncovered feature we might need, before the removal of sd-jwt as package.
The text was updated successfully, but these errors were encountered:
* feat: removed sd-jwt external library dependency
* feat: added tests
* switch from jwcrypto to cryptojwt
* feat: add documentation
* fix: flat old layers
* Update pyeudiw/sd_jwt/common.py
Co-authored-by: Giuseppe De Marco <[email protected]>
* Update docs/SD-JWT.md
Co-authored-by: Giuseppe De Marco <[email protected]>
* Update pyeudiw/openid4vp/authorization_response.py
Co-authored-by: Giuseppe De Marco <[email protected]>
* Update pyeudiw/sd_jwt/holder.py
Co-authored-by: Giuseppe De Marco <[email protected]>
* fix: old types and continue flatting
* fix: removing translation layer for jwcrypto library
* wip: issues are confined on sd_jwt folder
* wip: holder fixed
* wip: json serialization format management
---------
Co-authored-by: Giuseppe De Marco <[email protected]>
@Zicchio has introduced the support of sd-jwt within this SDK, here:
https://github.com/italia/eudi-wallet-it-python/pull/277/files#diff-c2260eb7da4a0da1686cdfce91f958dd87d554fffd35df96f0c79aaebef2bc02
in the form used by @Zicchio he deligns the removal of sd-jwt-python as project dependency.
@PascalDR I need you to individuate all the parts that still uses sd-jwt-python, their intended usage and I ask you to extend the current approach of @Zicchio 's sd_jwt.py including all the uncovered feature we might need, before the removal of sd-jwt as package.
The text was updated successfully, but these errors were encountered: