dash-auth
                                
                                
                                
                                    dash-auth copied to clipboard
                            
                            
                            
                        Basic Auth and Plotly Authentication for Dash Apps
added: - user groups to the OIDC flow - added the ability to pass your own login_user_callback to be able to customize the flow - restritected users as a list...
I used the following version of the libraries. It works for OS Chrome/Safari browser and Windows IE browser, but won't work for the Windows Chrome browser. It just shows the...
Right now dash-auth is not listed on the plotly anaconda repo: [https://anaconda.org/plotly/)](https://anaconda.org/plotly/) This makes it harder to build anaconda packages that depend on dash-auth. Would it be possible to add...
I came across this in the [test code](https://github.com/plotly/dash-auth/blob/c89d2762df5ee27bbe649060681f003ec285cbba/tests/test_basic_auth_integration.py#L59) which leads me to believe it is not, but wondering if there is any update on when dash routes might support this...
I am trying to create a dash app where I want to log in to another website. I have an API for the website. I can write a query with...
Is there any way to logout from basic auth in these examples? The only way I can possibly think is if you did a redirect with a 401 status code....
There appears to be a conflict between flash csrf tokens and dash apps protected with dash_auth. If the CSRF token is left enabled, Dash App callbacks will not render. If...
Hi, maybe a dumb question but: if I use this on a Dash app where i've enabled ssl on the Flask server, does this mean the login details passed around...
I am using dash-auth (Basic Auth) in my dash app. I want to improve the login experience for the user and want to provide change password etc functionality. For this,...
Public and private apps should also support the `share_key` query string argument. It enable users to view the app without login.