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
Specifically the SIOPv2, OID4VC and OID4VCI crates need to be properly split. All common/shared code should be migrated to a new crate: oid4vc-core or oid4vc-common.
Whenever SIOPv2 or OID4VC should be used in unison, their respective feature flags should be used.
Motivation
This is necessary in order for SIOPv2 to be used with and without OID4VP and vice versa.
Resources
No response
To-do List
Create a new crate and migrate all shared code there.
Description
Specifically the SIOPv2, OID4VC and OID4VCI crates need to be properly split. All common/shared code should be migrated to a new crate:
oid4vc-core
oroid4vc-common
.Whenever SIOPv2 or OID4VC should be used in unison, their respective feature flags should be used.
Motivation
This is necessary in order for SIOPv2 to be used with and without OID4VP and vice versa.
Resources
No response
To-do List
Extension
trait forSIOPv2
andOID4VP
#60The text was updated successfully, but these errors were encountered: