Sphereon-Opensource / OID4VC

OpenID for Verifiable Credentials - modules for issuers, holders and RPs
Apache License 2.0
62 stars 19 forks source link

No siop-oid4vp classes in the new npm package version 0.15.0 #127

Closed JuergenHoedl closed 1 month ago

JuergenHoedl commented 1 month ago

Since the did-auth-siop repo has been moved into the OID4VC, I expected classes like OP, OPBuilder, RP, ... to be included in the @sphereon/oid4vci-client npm package. I have not been able to find any of those in version 0.15.0. Is this intended?

nklomp commented 1 month ago

No not yet. The packages have stayed the same for this version (0.15.0). So you still need to keep the current imports from the old location. Soon we will start the actual refactoring of this package, where we will extract into new modules and have more common classes.

This was a first step, where there has been some initial refactor work on the SIOP/VP part only, to not make it depend on DIDs. The next round will be a larger refactor

JuergenHoedl commented 1 month ago

Thank you for the clarification