You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @dmastag, currently the PubSub functionality already have an authentication mechanism that when is enabled the SDK Builder sends the AccessToken to be authenticated in the server side and this last one automatically authenticates when recive a token.
If I develop this new feature, this will be for you to send any custom event message to be received by other clients that are not tied to any endpoint, thus using the server only for singling purposes. This would not be part of the PubSub functionality. But, it will definitely share the authentication mechanism.
Just to be clear, this will be a different pattern to achieve real-time applications, but in the low level will share the same authentication mechanism.
Currently the builder allows to subscribe to events sent by the server but would be great to allow custom events to be sent.
The text was updated successfully, but these errors were encountered: