git clone https://github.com/bharath5673/streamlit-multipage-authentication.git
cd streamlit-multipage-authentication
pip3 install -r requirements
In this video, I will show you how to add a user authentication service (login form) in Streamlit so that your users can log in and see the content of your streamlit app. To implement the user authentication, we will use the ‘streamlit-authenticator’ library, a secure authentication module to validate user credentials in a Streamlit application.
⭐ Check out the library here: https://github.com/mkhorasani/Streamlit-Authenticator
streamlit run 1_📈_Main.py