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?
i tried to use stx.CookieManager() from extra_streamlit_components .
But seems to enter in conflict.
Like CookieManager erases firebase cookies or something
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.