This repository was archived by the owner on May 13, 2025. It is now read-only.
auto login feature #24
Justin-KM
started this conversation in
Show and tell
Replies: 1 comment
-
Hi Justin,
Do you still have your sample for me to see? I could not find it. :-)
Would like to adjust it accordingly.
Sincerely,
Michael
Den fre. 27. okt. 2023 kl. 03.29 skrev Justin-KM ***@***.***>:
… thanks for your code, I made some changes to fit my use case.
a new parameter was added to support auto login
msal_authentication(
...
auto_login = False
...
)
when it set to True, no login/out button present, it will try to login
automatically.
ref.
https://github.com/Justin-KM/msal-streamlit-authentication-options.git
—
Reply to this email directly, view it on GitHub
<#24>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4LJ37H7XLLUR4ZYQ64IOTYBMFAPAVCNFSM6AAAAAA6SCGUNOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVG44DENBSGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
thanks for your code, I made some changes to fit my use case.
a new parameter was added to support auto login
msal_authentication(
...
auto_login = False
...
)
when it set to True, no login/out button present, it will try to login automatically.
ref.
https://github.com/Justin-KM/msal-streamlit-authentication-options.git
Beta Was this translation helpful? Give feedback.
All reactions