Added a new small feature (non-breaking change):
The event notifier now has topic restriction:
it means it's possible to enforce a permission whether a client can publish to a topic, or subscribe to a topic.
The server can typically enforce a channel restriction by specifying some claims in a JWT token used for HTTP Authorization.
thanks idan-ben-ami for this new feature!