Closed rbino closed 3 years ago
Right now the Plugin is returning :ok in auth_on_publish and auth_on_subscribe when the username doesn't contain a / (and so it is not considered a device).
:ok
auth_on_publish
auth_on_subscribe
/
Instead, :next should be returned to let another plugin down the chain decide what to do.
:next
Right now the Plugin is returning
:ok
inauth_on_publish
andauth_on_subscribe
when the username doesn't contain a/
(and so it is not considered a device).Instead,
:next
should be returned to let another plugin down the chain decide what to do.