streamlit-google-oauth icon indicating copy to clipboard operation
streamlit-google-oauth copied to clipboard

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

Open AbubakrChan opened this issue 2 years ago • 1 comments

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.

AbubakrChan avatar Jul 07 '23 15:07 AbubakrChan

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

iuiu34 avatar May 16 '24 11:05 iuiu34