add ws endpoint

This commit is contained in:
Jan-Piet Mens
2026-07-24 13:06:46 +02:00
parent 37abfaf3c3
commit 192c4660bf
+1
View File
@@ -17,3 +17,4 @@ Implementing HTTP caused a whole slew of additional issues we needed to resolve,
Very specifically we need to warn Recorder users using HTTP:
- any client permitted to access the `/pub` endpoint can publish data to the Recorder
- any client permitted to access the `/api` endpoint can access any user's data, and even destroy it, depending on whether or not the Recorder was built with the `WITH_KILL` flag.
- any client permitted to access the `/ws` endpoint can access users' LAST locations