Prodigy with https

Is there a recommended way to adding SSL to the prodigy service? The company I work for requires the data they wish to annotate is encrypted due to its sensitive nature, the basic authentication built into the service is not sufficient.

I would recommend adding a reverse proxy in front that is restricted to only https connections. For instance, you would advertise the service on localhost, and have something like Nginx, Traefik or Apache communicating externally, via https.