Feature Request
What is the purpose of the feature?
Our application using plgd is event-driven, subscribed directly to NATS events. We're able to find all resource-related events except device REGISTERED and UNREGISTERED events as they are defined here.
What specific challenge does this feature solve?
Building a fully event-driven application on top of plgd. Currently, as 2 events are missing it's not possible.
What alternatives did I consider?
We could pull information from the authorization server, but such a design doesn't meet our requirements.
Feature Request
What is the purpose of the feature?
Our application using plgd is event-driven, subscribed directly to NATS events. We're able to find all resource-related events except device
REGISTEREDandUNREGISTEREDevents as they are defined here.What specific challenge does this feature solve?
Building a fully event-driven application on top of plgd. Currently, as 2 events are missing it's not possible.
What alternatives did I consider?
We could pull information from the authorization server, but such a design doesn't meet our requirements.