This provides the example application for using Streamlit to create a rapid PoC of a website with a user area, through combining the use of Pages and Authentication plugin.
This project would not be possible without the excellent Streamlit Authenticator
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
streamlit run app.py
The main application is defined within app.py.
Authentication details are stored within auth.yml
Subpages are under components directory.