solvebio-python icon indicating copy to clipboard operation
solvebio-python copied to clipboard

[DashAuth] Dash OAuth does not work when the app runs under a URL path

Open davecap opened this issue 7 years ago • 0 comments

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.

davecap avatar Jul 29 '18 21:07 davecap