Authentication for each multi-page dash app

Right now I can add an authentication in the index.py and view all the apps/page. Is it possible to have users enter authentication in app1.py and app2.py? I want to hide certain pages from others users

  • app.py
  • index.py
  • apps
    |-- init.py
    |-- app1.py
    |-- app2.py

For now i’m just adding a secret path name for each app. You still need to log in via dash_auth. But once your in its up to you to remember your personal secret url