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.
authenticated
1 parent 1c0895d commit 25db52aCopy full SHA for 25db52a
docs/source/developers/extensions.rst
@@ -39,6 +39,8 @@ The easiest way to add endpoints and handle incoming requests is to subclass the
39
def post(self):
40
...
41
42
+.. note::
43
+ It is best practice to wrap each handler method with the ``authenticated`` decorator to ensure that each request is authenticated by the server.
44
45
Then add this handler to Jupyter Server's Web Application through the ``_load_jupyter_server_extension`` function.
46
0 commit comments