OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications
65 stars 25 forks source link

Add add_listener function to the Basic Controller #46

Closed wip-abramson closed 3 years ago

wip-abramson commented 3 years ago

Description

Currently the only way to configure handlers that listen for specific webhooks from the ACA-Py agent is through the register_listeners function. It would be useful to have an additional method that adds a handler for a single topic to the pubsub.

This should be a straightforward fix.

Are you interested in working on this improvement yourself?