mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 23:42:59 +00:00
give Spawners a handle on the Authenticator
band-aid for spawner-authenticator pairs
This commit is contained in:
@@ -39,6 +39,7 @@ class Spawner(LoggingConfigurable):
|
||||
db = Any()
|
||||
user = Any()
|
||||
hub = Any()
|
||||
authenticator = Any()
|
||||
api_token = Unicode()
|
||||
ip = Unicode('localhost', config=True,
|
||||
help="The IP address (or hostname) the single-user server should listen on"
|
||||
|
Reference in New Issue
Block a user