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