mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
give Spawners a handle on the Authenticator
band-aid for spawner-authenticator pairs
This commit is contained in:
@@ -711,6 +711,7 @@ class JupyterHub(Application):
|
||||
self.log.debug("Loading state for %s from db", user.name)
|
||||
user.spawner = spawner = self.spawner_class(
|
||||
user=user, hub=self.hub, config=self.config, db=self.db,
|
||||
authenticator=self.authenticator,
|
||||
)
|
||||
status = yield spawner.poll()
|
||||
if status is None:
|
||||
|
Reference in New Issue
Block a user