You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is a security issue due the token being broadcast to all client listen to event device.registered.
Proposed solution:
Make the register use the Rabbit RPC (using correlation_id and replyTo) so the event will be transmited just to the client queuename that made the request for the register.
IMO, the operations register, unregister and schema should use RPC because it avoid the client keep looking to ID property receving an event that wasn't requested by it.
The text was updated successfully, but these errors were encountered:
This bug is a security issue due the token being broadcast to all client listen to event
device.registered
.Proposed solution:
IMO, the operations register, unregister and schema should use RPC because it avoid the client keep looking to ID property receving an event that wasn't requested by it.
The text was updated successfully, but these errors were encountered: