Closed fsmosca closed 1 year ago
@fsmosca it looks good. Is there any reason that you closed this PR?
If deployed in the cloud like streamlit cloud, google auth will not work. I cannot solve it at the moment.
I guess streamlit cloud blocks it. Can you find a workaround?
When deployed on Cloud, the "x-frame-options" header is set to deny. I searched a bit and found out that it is set that way for security reasons (to prevent clickjacking).
On my local machine, the header allows from account.google.com.
I guess this is the only primary issue that needs to be navigated around.
New login page.