Flask-Login suport for dash

This doesn’t seem to work.

e.g. what’s the “myserver” below?

===================================

app1.py

app = dash.Dash(name=‘app1’, server=myserver, csrf_protect=False,url_base_pathname=’/app1’,loginSupported=True)