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
The mqtt_auth endpoint can break the return response if it is too large. The current response fails approaching 4kb. This is easiest to replicate by adding a single user to several scenes as editor above 9 scenes at the current set of token construction, and viewing a page like arenaxr.org/scenes which would list all those individual scenes in one token. Several resolutions are needed likely:
Allow larger responses from the endpoint.
Complete namespace access control per user, allowing more concise topic control.
The
mqtt_auth
endpoint can break the return response if it is too large. The current response fails approaching 4kb. This is easiest to replicate by adding a single user to several scenes aseditor
above 9 scenes at the current set of token construction, and viewing a page likearenaxr.org/scenes
which would list all those individual scenes in one token. Several resolutions are needed likely:30 scenes fails
10 scenes fails
9 scenes succeeds
The text was updated successfully, but these errors were encountered: