mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 06:22:59 +00:00
give Spawners a handle on the Authenticator
band-aid for spawner-authenticator pairs
This commit is contained in:
@@ -265,6 +265,7 @@ class BaseHandler(RequestHandler):
|
||||
base_url=self.base_url,
|
||||
hub=self.hub,
|
||||
config=self.config,
|
||||
authenticator=self.authenticator,
|
||||
)
|
||||
@gen.coroutine
|
||||
def finish_user_spawn(f=None):
|
||||
|
Reference in New Issue
Block a user