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
Right now the only way to connect to websocket - using api key, which is not super secure.
We need to create scoped tokens api and validate when client connects to websockets. JWT looks good for that purpose
session + events array permissions
Use the approach in Dashboard
The text was updated successfully, but these errors were encountered:
Right now the only way to connect to websocket - using api key, which is not super secure.
We need to create scoped tokens api and validate when client connects to websockets. JWT looks good for that purpose
session
+events
array permissionsThe text was updated successfully, but these errors were encountered: