File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ jupyter standaloneproxy --address=localhost --port=8000 ...
51
51
52
52
### Disable Authentication
53
53
54
- For testing, it can be useful to disable the authentication with JupyterHub. Passing ` --skip -authentication ` will
54
+ For testing, it can be useful to disable the authentication with JupyterHub. Passing ` --no -authentication ` will
55
55
not trigger the login process when accessing the application.
56
56
57
57
``` {warning} Disabling authentication will leave the application open to anyone! Be careful with it,
@@ -76,7 +76,7 @@ c.StandaloneProxyServer.address = "localhost"
76
76
c.StandaloneProxyServer.port = 8000
77
77
78
78
# Disable authentication
79
- c.StandaloneProxyServer.skip_authentication = True
79
+ c.StandaloneProxyServer.no_authentication = True
80
80
```
81
81
82
82
A default config file can be emitted by running ` jupyter standaloneproxy --generate-config `
You can’t perform that action at this time.
0 commit comments