hunkim / streamlit-google-oauth

An example Streamlit application that incorporates Google OAuth 2.0
52 stars 39 forks source link

How to maintain the user session even he closes the tab? [question] #12

Open AbubakrChan opened 1 year ago

AbubakrChan commented 1 year ago

This is not an issue, but rather a question. I have successfully implemented OAuth in my Streamlit project, thanks to this repository. However, I am facing a problem where the user needs to authenticate again whenever they reload the page. Could you please suggest a solution for this?

Thank you.

iuiu34 commented 4 months ago

i tried to use stx.CookieManager() from extra_streamlit_components . But seems to enter in conflict. Like CookieManager erases firebase cookies or something