I want to make a service which used by third party website, their users connect to my hivemq server using websocket, I want to just allow these authorized website users to connect to my broker.
So I want to write a hivemq plugin to check the origin.
I want to ask how to archive this, or if there's a better solution.
thanks in advance.