Overview
We want to add an authenticator to our streamlit dashboard to prevent public access (kinda). We will add the following module: https://github.com/mkhorasani/Streamlit-Authenticator
Acceptance Criteria
Testing
- Run
docker compose -f docker-compose.yml up
- Go to
http://localhost:8501 to access the app
- Login with the credentials
- Check whether the API call to get the list of projects happens immediately or after you login (you want the latter to happen)
Notes
- Ask samrat if you have any questions 🐱 <3
Overview
We want to add an authenticator to our streamlit dashboard to prevent public access (kinda). We will add the following module: https://github.com/mkhorasani/Streamlit-Authenticator
Acceptance Criteria
Testing
docker compose -f docker-compose.yml uphttp://localhost:8501to access the appNotes