File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def allow_unauthenticated(method: FuncT) -> FuncT:
95
95
is active when `ServerApp.allow_unauthenticated_access = False`.
96
96
97
97
To be used exclusively on endpoints which may be considered public,
98
- for example the logic page handler.
98
+ for example the login page handler.
99
99
100
100
.. versionadded:: 2.13
101
101
Original file line number Diff line number Diff line change @@ -442,4 +442,8 @@ def import_item(name: str) -> Any:
442
442
443
443
444
444
class JupyterServerAuthWarning (RuntimeWarning ):
445
- """A subclass of runtime warnings to allow for filtering in tests"""
445
+ """Emitted when authentication configuration issue is detected.
446
+
447
+ Intended for filtering out expected warnings in tests, including
448
+ downstream tests, rather than for users to silence this warning.
449
+ """
You can’t perform that action at this time.
0 commit comments