give Spawners a handle on the Authenticator

band-aid for spawner-authenticator pairs
This commit is contained in:
Min RK
2015-09-11 11:57:41 +02:00
parent 63a476f9a6
commit a451f11cd3
4 changed files with 5 additions and 1 deletions

View File

@@ -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"