Hi
I am a data scientist, not a system administrator. I have POC Dash app that works great on my local computer. For the next part of my prototype, I need to make the Dash app available from web pages running on my company’s web server. Only authorized and authenticated users should be allowed to access the app.
according to 🌟 Introducing Dash 🌟. Create Reactive Web Apps in pure Python | by plotly | Plotly | Medium dash out of the box supports multiple users. It is not clear how I handle the security requirement.
I also found an article, Host a Dashboard using Python, Dash, and Linux in your own Linux server | by Carlos Piñero | Medium , that describes how to install Dash on a linux server using uWSGI and Nginx. I have never used uWSGI or Nginx before. Any idea why I might want to do that
kind regards
Andy