solvebio-python
solvebio-python copied to clipboard
[DashAuth] Dash OAuth does not work when the app runs under a URL path
If the app is configured to run with a requests_pathname_prefix (i.e. https://app.com/prefix/), OAuth2 will fail because the redirect URI is initialized when the app initializes (before the user can set the requests_pathname_prefix config.