From 86b51804c1ffeda30d9718ea8946cf5d4feead11 Mon Sep 17 00:00:00 2001 From: "Kafonek, Matt" Date: Fri, 9 Apr 2021 15:01:22 +0000 Subject: [PATCH] comment update --- examples/service-fastapi/app/client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/service-fastapi/app/client.py b/examples/service-fastapi/app/client.py index 6f401f0b..e31d5ebc 100644 --- a/examples/service-fastapi/app/client.py +++ b/examples/service-fastapi/app/client.py @@ -3,9 +3,7 @@ import os import httpx -### For consideration: turn this into a class with -### feature parity for HubAuth, or even subclass HubAuth? -### See jupyterhub.services.auth.HubAuth for details +# a minimal alternative to using HubOAuth class def get_client(): base_url = os.environ["JUPYTERHUB_API_URL"] token = os.environ["JUPYTERHUB_API_TOKEN"]