`--single-user` mode still allows anyone to create new pods via `POST /.pods`. This is unexpected — single-user implies only one user on the server. The endpoint should return 403 when `--single-user` is enabled.
--single-usermode still allows anyone to create new pods viaPOST /.pods. This is unexpected — single-user implies only one user on the server.The endpoint should return 403 when
--single-useris enabled.