adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
2 stars 0 forks source link

Implement the mediation request #68

Open francis-pouatcha opened 11 months ago

IngridPuppet commented 10 months ago

The standard route coordination protocol can be divided into two main phases:

  1. Process a mediation request to a deny or grant response.
  2. Allow a client to maintain a keylist server-side.

I think I can work on the second phase while @hugoib works on the first, since he has already started with that.