Skip to content

v0.2.0

Compare
Choose a tag to compare
@asafc asafc released this 22 Feb 13:14
· 70 commits to master since this release

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!