• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Search results

  1. A

    Adding Password Prompt to Every Page in Dash App

    I am trying to add authentication to every page in Dash app using Basic Auth (dash_auth library). I have added auth = dash_auth.BasicAuth( app, VALID_USERNAME_PASSWORD_PAIRS ) to app.py. This only shows prompt for index page. When I visit any other page, I get "Access denied" message...
Back
Top