nativeauthenticator
nativeauthenticator copied to clipboard
Add a signup hook
Proposed change
Since the users are not added to the Jupyterhub User table before logging in, it would be nice to be able to associate an action with the signup.
(Optional): Suggest a solution
In the jupyterhub_config.py:
c.Authenticator.post_signup_hook = mySignupAction
Regards
Hello there. I am working on a jupyterhub based application and I am currently managing the users through the native authenticator. Now I need to execute some logic whenever a user registers. Do you think a hook like the one proposed by @djangoliv would be in the scope of this project or should I create another authenticator ? :)
Another solution would be to expose a service returning the contents of the users_info table.