This repository was archived by the owner on May 13, 2025. It is now read-only.
When to know when the user has clicked the login/logout button #8
kwaksaewon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From what I'm understanding, when I use
login_token = msal_authentication(....)
login_token is either
None
or a valid login token. Is there a way know when a user has clicked on the Login/Logout button on Streamlit? Like I want to do a specific thing only when I know a user has clicked on the button. Thanks!Beta Was this translation helpful? Give feedback.
All reactions