Skip to content

system

The primary purpose of the system channel is authenticating an RTU session after the websocket connection has been established. There are a number of debug-related RTU events on this channel as well.

  1. authenticate_request - pass in a JWT to authenticate the rest of the RTU session so that events on channels like files and projects, which require RBAC checks, have a User account to check
  2. ping_request and ping_reply - used to test RTU connection
  3. whoami_request and whoami_reply - used to get the User account associated with the RTU session (also returned as part of the payload on the authenticate_reply event though)