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 851db61 commit a3a44e6Copy full SHA for a3a44e6
jupyter_server/base/handlers.py
@@ -243,9 +243,8 @@ def identity_provider(self):
243
"be a required key for all subclasses of `JupyterHandler`. For an "
244
"example, see the jupyter_server source code for how to "
245
"add an identity provider to the tornado settings: "
246
- "https://github.com/jupyter-server/jupyter_server/blob/"
247
- "aa8fd8b3faf37466eeb99689d5555314c5bf6640/jupyter_server/serverapp.py"
248
- "#L253",
+ "https://github.com/jupyter-server/jupyter_server/blob/v2.0.0/"
+ "jupyter_server/serverapp.py#L242",
249
)
250
from jupyter_server.auth import IdentityProvider
251
0 commit comments