I would like to know how can I manage security for Client Side Application (web app) in Watson IOT
.
To send MQTT
message to devices, I have to use Application API Keys. Since we cannot assign security right based on username/password (like read/write access to /user1 topic) like a standard MQTT
broker, how can I protect user to send commands to unauthorized devices ?
I try to do something similar to this : StackOverflow - Amazon Client Side Application