mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +00:00
comment update
This commit is contained in:
@@ -3,9 +3,7 @@ import os
|
|||||||
import httpx
|
import httpx
|
||||||
|
|
||||||
|
|
||||||
### For consideration: turn this into a class with
|
# a minimal alternative to using HubOAuth class
|
||||||
### feature parity for HubAuth, or even subclass HubAuth?
|
|
||||||
### See jupyterhub.services.auth.HubAuth for details
|
|
||||||
def get_client():
|
def get_client():
|
||||||
base_url = os.environ["JUPYTERHUB_API_URL"]
|
base_url = os.environ["JUPYTERHUB_API_URL"]
|
||||||
token = os.environ["JUPYTERHUB_API_TOKEN"]
|
token = os.environ["JUPYTERHUB_API_TOKEN"]
|
||||||
|
Reference in New Issue
Block a user