jupyterhub / jupyterhub/nativeauthenticator
Add a signup hook
Open
- Dominant language
- Python
- Stars
- 81
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.