I want to create a service only for subscribers.
Only authorized users(broadcaster/subscriber) should be allowed to access the WCS, and the others should be blocked.
In web socket api, "authToken" field is not appropriate.
I've seen something similar called a rest-hook, but I don't know how to...