We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5570f84 commit b739a27Copy full SHA for b739a27
jupyter_rsession_proxy/__init__.py
@@ -29,7 +29,7 @@ def get_icon_path():
29
os.path.dirname(os.path.abspath(__file__)), 'icons', 'rstudio.svg'
30
)
31
32
-def rewrite_auth(response, request, orig_response, host, port, path):
+def rewrite_auth(response, request):
33
'''
34
As of rstudio-server 1.4ish, it would send the client to /auth-sign-in
35
rather than what the client sees as the full URL followed by
0 commit comments