streamlit-oauth
streamlit-oauth copied to clipboard
Simple OAuth Component for Streamlit App
Hello, We have a local Keycloak instance running and I would like users of the Streamlit app to authenticate themselves via it. When the user clicks on the login button...
When discord authentication window pops up, the blue "authorize" button is stuck loading with 3 dots until it times out and is unclickable. 
Hi, Thanks for creating this library, I was wondering if there is any way of invoking the authentication automatically? Instead of rendering an `oauth2.authorize_button` and waiting for the user to...
Currently ```oauth2.authorize_button``` style is inconsistent with streamlit, however ```oath2.refresh_token``` uses a regular streamlit button. Its better to maintain a consistent style.  
Hello, Thanks a lot for the library, and the possibility to auto click on the login button. However, it looks like that when using `auto_click=True` on the `authorize_button`, the button...
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.1 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `esbuild` from 0.15.10 to 0.25.1 Release notes Sourced from esbuild's releases. v0.25.1 Fix...
Streamlit v1.43.1 streamlit-oauth v0.1.14 An error occurs consistently after clicking the log in button, whilst logged into the authenticating site. The popup window displays as the following before successfully authenticating....
Hi Authors, Encountering the problem that when logged in by sso account, showing no certificate xxx problem on the page. So, I tried to download the ca.pem file and put...
Hi! Is it currently possible to have multiple oauth buttons in your app? Like when you want to enable google, linkedin and other oauth methods. The redirect url seems to...