Authentication and user info
Streamlit provides native support for user authentication so you can personalize your apps. You can also directly read headers and cookies.
Log in a user
st.login() starts an authentication flow with an identity provider.
Log out a user
st.logout() removes a user's identity information.
User info
st.user returns information about a logged-in user.
Still have questions?
Our forums are full of helpful information and Streamlit experts.
