Multiuser jupyterhub without root or sudo

Is it possible to have jupyterhub spawn user environments as the jupyterhub user?

The SimpleLocalProcessSpawner is designed for testing, and spawns all servers as the hub user

Hopefully it’s obvious that this is insecure since it provides no segregation between users.