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

[DashAuth] OAuth redirect JS does not work in IE (requires fetch polyfill)

Open davecap opened this issue 7 years ago • 0 comments

The OAuth JS code that handles Dash auth redirection uses window.fetch which requires a polyfill for some browsers.

I started the following PR by including the https://github.com/github/fetch polyfill, but it doesn't quite work yet. https://github.com/solvebio/solvebio-python/pull/226

davecap avatar Jan 31 '18 20:01 davecap