kuzzleio / kuzzle-plugin-sample-custom-policies

Example of advanced permission management with a Kuzzle plugin
Apache License 2.0
1 stars 0 forks source link

Add filter on subscribe #1

Closed Aschen closed 6 years ago

Aschen commented 6 years ago

What does this PR do ?

:warning: Won't work before https://github.com/kuzzleio/kuzzle/pull/1185 gets merged :warning:

This PR add a filter on the realtime:subscribe action.
In this way, a user can only receive notifications about document he own.

How should this be manually tested?

Other changes