v3.0
Secret support
Entity Sync now supports secrets.
A client can send a secret to the server over the websocket in the following format:
{
"action": "subscribe",
"body": {
"id": "100",
"entity": "items"
}
}The server will then pass that secret to the handler when a subscribed entity is mean to be synced. This enables your handler to implement any checks you may require ensuring the holder of that secret may receive the results from this EntityKey lookup