-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Breaking changeA change to the API that requires a major release.A change to the API that requires a major release.
Description
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 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.
- feat: add
Extensiontrait forSIOPv2andOID4VP#60 - Implement feature flags so that SIOPv2 and OID4VP can be used in unison
- Add an integration test to test the implicit flow for siopv2+oid4vp
Metadata
Metadata
Assignees
Labels
Breaking changeA change to the API that requires a major release.A change to the API that requires a major release.
Type
Projects
Status
Backlog