KeychainMDIP / kc

Reference implementation of the Multi Dimensional Identity Protocol (MDIP)
MIT License
8 stars 0 forks source link

Add queue events to gatekeeper #174

Open macterra opened 1 month ago

macterra commented 1 month ago

Currently the mediators frequently poll their corresponding gatekeeper queue. It would be more efficient if they could register a webhook that is called when gatekeeper populates the queue.

macterra commented 2 weeks ago

Or maybe websockets?