bharath5673 / streamlit-multipage-authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streamlit-multipage-authentication

Screenshot

Login Screenshot Login Screenshot Login Screenshot Login Screenshot

Streamlit-authenticator

step 1:

git clone https://github.com/bharath5673/streamlit-multipage-authentication.git

step 2:

cd streamlit-multipage-authentication
pip3 install -r requirements

step 3

Add a User Authentication Service (Login Form) in Streamlit

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.

Video Tutorial

YouTube Video

⭐ Check out the library here: https://github.com/mkhorasani/Streamlit-Authenticator

step 4

generate keys as shown in the video or repo

step 5

streamlit run 1_📈_Main.py