In the current system, anyone with queueID can become the admin. For example, anyone with the queueID can send requests to the backend directly, and say, remove people from the queue.
The right real issue here is that we don't authenticate users. The proper solution to this is to implement authentication