streamlit-google-oauth
streamlit-google-oauth copied to clipboard
How to maintain the user session even he closes the tab? [question]
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.
i tried to use stx.CookieManager() from extra_streamlit_components .
But seems to enter in conflict.
Like CookieManager erases firebase cookies or something