apache / incubator-milagro-dta

Apache Milagro Decentralized Trust Authority
https://milagro.apache.org/
Apache License 2.0
11 stars 8 forks source link

Register AccountID of Beneficiaries #41

Closed howardkitto closed 4 years ago

howardkitto commented 4 years ago

The DTA should maintain a list of "trusted" account ids. This list will be used to nominate beneficiaries and other actors that may participate in order fulfilment.

We should remove the identity endpoints completely and instead have. something like.

POST /trustedAccount - creates a new entry in the list of trusted accounts Get /trustedaccount - returns a list of trusted accounts with pagination Get /trustedaccount{accountID} - gets the details of a trusted account

howardkitto commented 4 years ago

Superseded by https://github.com/apache/incubator-milagro-dta/issues/53