How to Add a User Authentication Service (Login Form) in Streamlit
Language:
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.
📝 Resources:
- Demo Website: https://userauth-dashboard.herokuapp.com/
- Streamlit-Authenticator library: https://github.com/mkhorasani/Streamlit-Authenticator
- Example files from this video: https://github.com/Sven-Bo/streamlit-sales-dashboard-with-userauthentication