jolocom / interactions-demo

Jolocom RPC demo docker-compose file running an SSI RPC Proxy, SSI RPC Agent, and demo frontend
3 stars 4 forks source link

Feat/additional use cases #20

Closed SBub closed 3 years ago

SBub commented 3 years ago

Changelog:

const issuerCredentailsIter = issueCredentialsMaker(); issueCredentialsMaker.next(); // server: sends to the client credentialsOfferRequest issueCredentialsMaker.next(selectedTypes) // client: sends back to the server credentialOfferResponse const signedCredentials = issueCredentialsMaker.next(); // server: sends to the client credentialOfferReceive