mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
fix missing brackets
This commit is contained in:
@@ -210,8 +210,8 @@ class MyAuthenticator(Authenticator):
|
|||||||
|
|
||||||
## pre_spawn_start and post_spawn_stop hooks
|
## pre_spawn_start and post_spawn_stop hooks
|
||||||
|
|
||||||
Authenticators uses two hooks, [`pre_spawn_start(user, spawner)`] and
|
Authenticators uses two hooks, [`pre_spawn_start(user, spawner)`][] and
|
||||||
[`post_spawn_stop(user, spawner)`] to add pass additional state information
|
[`post_spawn_stop(user, spawner)`][] to add pass additional state information
|
||||||
between the authenticator and a spawner. These hooks are typically used auth-related
|
between the authenticator and a spawner. These hooks are typically used auth-related
|
||||||
startup, i.e. opening a PAM session, and auth-related cleanup, i.e. closing a
|
startup, i.e. opening a PAM session, and auth-related cleanup, i.e. closing a
|
||||||
PAM session.
|
PAM session.
|
||||||
|
Reference in New Issue
Block a user