Dylan Lu

Results 7 comments of Dylan Lu

I think you should try ignore ssl verify globally for example https://stackoverflow.com/questions/15445981/how-do-i-disable-the-security-certificate-check-in-python-requests

This component was built using httpx-oauth refer to https://www.python-httpx.org/advanced/ssl/ It seems that httpx-oauth does not provide any interface to replace the httpx client. I am thinking about switching to authlib,...

There is a discord sample code in examples Not sure you try it or not

There have check if the popup already exists, but it does popup multiple times sometimes, currently has no idea how to fix this. https://github.com/dnplus/streamlit-oauth/blob/69cab9d0f4894507ce445f2b0a9116fc007deae9/streamlit_oauth/frontend/main.js#L72

I guess your package version got updated, and there are some breaking changes from httpx-oauth issue #49.

Port 3000 is only use for develop mode I think the redirect_uri is OK Can you give some error detail screenshot?

Good question! The reason I originally went with window.open is that Streamlit has some security considerations around CORS, which can make direct navigation tricky. Since you're working with a desktop...