mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Document that authenticator's add_user maybe a coroutine
This commit is contained in:
@@ -210,6 +210,8 @@ class Authenticator(LoggingConfigurable):
|
|||||||
- When a user first authenticates
|
- When a user first authenticates
|
||||||
- When the hub restarts, for all users.
|
- When the hub restarts, for all users.
|
||||||
|
|
||||||
|
This method may be a coroutine.
|
||||||
|
|
||||||
By default, this just adds the user to the whitelist.
|
By default, this just adds the user to the whitelist.
|
||||||
|
|
||||||
Subclasses may do more extensive things, such as adding actual unix users,
|
Subclasses may do more extensive things, such as adding actual unix users,
|
||||||
|
Reference in New Issue
Block a user