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
This new aggregate needs to be added to the upcoming agent_identity domain and serves as a container for the agent's connections/entities with whom it has/will interact.
The aggregate needs to contain at least:
it's own ID
optional domain of the connection
optional DID of the connection
TBD
POST, GET and DELETE methods endpoints need to be added to a new /v0/identity/connections endpoint in agent_api_rest
The connection_id needs to be added to other aggregates:
Offer (both issuance and holder)
Credential (both issuance and holder)
possibly more
Motivation
This will enable management of the relationships and interactions between UniCore and other entities.
Resources
n/a
To-do List
Add Connection aggregate
Add connection_id to other aggregates
Add /v0/identity/connections endpoint
The text was updated successfully, but these errors were encountered:
Description
Add Connection Aggregate to UniCore.
This new aggregate needs to be added to the upcoming
agent_identity
domain and serves as a container for the agent's connections/entities with whom it has/will interact.The aggregate needs to contain at least:
POST
,GET
andDELETE
methods endpoints need to be added to a new/v0/identity/connections
endpoint inagent_api_rest
The
connection_id
needs to be added to other aggregates:Offer
(both issuance and holder)Credential
(both issuance and holder)Motivation
This will enable management of the relationships and interactions between UniCore and other entities.
Resources
n/a
To-do List
Connection
aggregateconnection_id
to other aggregates/v0/identity/connections
endpointThe text was updated successfully, but these errors were encountered: