We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authenticator.manage_groups=True
auth_state.groups should be a list of groups the user belongs to (if we can obtain it)
auth_state.groups
This can then be used to implement conditional logic based on the authenticated user's group membership.
EDIT: reference https://jupyterhub.readthedocs.io/en/latest/reference/api/auth.html#jupyterhub.auth.Authenticator.manage_groups
The text was updated successfully, but these errors were encountered:
manage_groups
group_search_based
Successfully merging a pull request may close this issue.
auth_state.groups
should be a list of groups the user belongs to (if we can obtain it)This can then be used to implement conditional logic based on the authenticated user's group membership.
EDIT: reference https://jupyterhub.readthedocs.io/en/latest/reference/api/auth.html#jupyterhub.auth.Authenticator.manage_groups
The text was updated successfully, but these errors were encountered: