dnplus / streamlit-oauth

Simple OAuth Component for Streamlit App
MIT License
111 stars 18 forks source link

Clicking on AUTHORIZE button does not seem to work #14

Closed fercsrti77 closed 5 months ago

fercsrti77 commented 6 months ago

After introducing my Google username and password, the pop-up window shows an AUTHORIZE button. However, clicking on it does nothing. Also, when I move the mouse over the button, it disappears.

Screenshot 2024-01-07 at 10 01 10 AM Screenshot 2024-01-07 at 10 04 57 AM

I have tried these options in Streamlit config.toml:

[server] port = 8501 enableCORS = false enableXsrfProtection = false

I have also tried with both Firefox and Chrome browsers with the same result

dnplus commented 6 months ago

Hi @fercsrti77 You can try the examples first to see if it has a problem

fercsrti77 commented 6 months ago

@dnplus thanks for the fast response. I will try example and get back to you.