Auth on all apps inside dash app

I am using dash auth.

Dash app asks credentials only on index page. If I try to open other apps (pages) directly, I get 403 Access denied error.

I want either to add credential popup on all apps. How do I achieve that.

Currently, I don’t see any direct way as flask within dash is not that flexible.

Do you mean you have more than one dash instance and only one is under auth and the other are getting 403 ?

If so, that is bug with dash-auth, it is currently not compatible with a multi-app schemes. https://github.com/plotly/dash-auth/issues/59