mstaal / msal_streamlit_authentication

MSAL Streamlit Component
MIT License
95 stars 21 forks source link

Button incorrectly says "Logout" when there is no login_token #36

Open andreas-bergstrom opened 7 months ago

andreas-bergstrom commented 7 months ago

The code below sometimes generate the visual in the screenshot. It seems the internal state in the React component is sometimes out-of-sync?

login_token = app_msal()

if not login_token:
    st.write("Please login")
Screenshot 2024-02-19 at 15 55 48